TPLPlayerState
enum TPLPlayerState : NSUInteger {}
TPLPlayer‘s playback state
-
The
TPLPlayeris idle.Declaration
Objective-C
TPLPlayerStateIdle -
The
TPLPlayeris connected, and ready to play the selected source.Declaration
Objective-C
TPLPlayerStateReady -
The
TPLPlayeris buffering the content.Declaration
Objective-C
TPLPlayerStateBuffering -
The
TPLPlayeris playing the content.Declaration
Objective-C
TPLPlayerStatePlaying -
The
TPLPlayerhas reached the end of the stream.Declaration
Objective-C
TPLPlayerStateEnded
View on GitHub
TPLPlayerState Enumeration Reference