PlayerNotice

public struct PlayerNotice

Namespace for constants that describe notices from media player on TV.

  • Player state key

    Declaration

    Swift

    public static let PlayerStateKey = "state"
  • Video state key

    Declaration

    Swift

    public static let VideoStateKey = "Video State"
  • Error key

    Declaration

    Swift

    public static let ErrorKey = "error"
  • Possible values for PlayerStateKey (state).

    See more

    Declaration

    Swift

    public struct PlayerState
  • Possible values for VideoStateKey (Video State). Some of the values are just prefixes for actual values, e.g. CurrentPlayTime is prefix for currentplaytime:322.

    See more

    Declaration

    Swift

    public struct VideoState