PlaybackState
@objc public enum PlaybackState: Int
Current state of playback.
-
No media attachted.
Declaration
Swift
case idle
-
Stream is starting.
Declaration
Swift
case loading
-
Stream is seeking.
Declaration
Swift
case seeking
-
Stream is buffering
Declaration
Swift
case buffering
-
Stream is ready to play.
Declaration
Swift
case ready
-
Stream is playing.
Declaration
Swift
case playing
-
Stream is paused.
Declaration
Swift
case paused
-
Stream did play to end
Declaration
Swift
case playedToEnd