VPlayerNotificationName

public enum VPlayerNotificationName : String

Notification name to post

  • Undocumented

    Declaration

    Swift

    case assetLoaded = "VERSA_ASSET_ADDED"
  • Undocumented

    Declaration

    Swift

    case timeChanged = "VERSA_TIME_CHANGED"
  • Undocumented

    Declaration

    Swift

    case willPlay = "VERSA_PLAYER_STATE_WILL_PLAY"
  • Undocumented

    Declaration

    Swift

    case play = "VERSA_PLAYER_STATE_PLAY"
  • Undocumented

    Declaration

    Swift

    case pause = "VERSA_PLAYER_STATE_PAUSE"
  • Undocumented

    Declaration

    Swift

    case buffering = "VERSA_PLAYER_BUFFERING"
  • Undocumented

    Declaration

    Swift

    case endBuffering = "VERSA_PLAYER_END_BUFFERING"
  • Undocumented

    Declaration

    Swift

    case didEnd = "VERSA_PLAYER_END_PLAYING"
  • Notification name representation

    Declaration

    Swift

    public var notification: NSNotification.Name { get }