STSSDKPlaybackStatus
enum STSSDKPlaybackStatus {}
The playback status of the player view.
-
The default status. The player has no item to play.
Declaration
Objective-C
STSSDKPlaybackStatusNone
-
The player is loading a new item.
Declaration
Objective-C
STSSDKPlaybackStatusConnecting
-
The player is playing an item.
Declaration
Objective-C
STSSDKPlaybackStatusPlaying
-
The player is buffering.
Declaration
Objective-C
STSSDKPlaybackStatusBuffering
-
The player has an item to play, but is stopped/paused.
Declaration
Objective-C
STSSDKPlaybackStatusStopped
-
The player is stopped due to error.
Declaration
Objective-C
STSSDKPlaybackStatusError