PlayingState
@objc public enum PlayingState: Int
Current state of playback.
-
No media attachted.
Declaration
Swift
case idle
-
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