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 (
See morestate
).Declaration
Swift
public struct PlayerState -
Possible values for VideoStateKey (
See moreVideo State
). Some of the values are just prefixes for actual values, e.g. CurrentPlayTime is prefix forcurrentplaytime:322
.Declaration
Swift
public struct VideoState
PlayerNotice Struct Reference