JWPlayerState
enum JWPlayerState : NSInteger {}
Type of player state.
-
Player is currently playing
Declaration
Objective-C
JWPlayerStatePlaying = 0 -
Player is currently paused
Declaration
Objective-C
JWPlayerStatePaused -
Player is currently buffering
Declaration
Objective-C
JWPlayerStateBuffering -
Player is currently idle
Declaration
Objective-C
JWPlayerStateIdle -
Player has completed playback of content
Declaration
Objective-C
JWPlayerStateComplete -
Player has encountered an unrecoverable error
Declaration
Objective-C
JWPlayerStateError
JWPlayerState Enumeration Reference