IVSPlayerState
Objective-C
enum IVSPlayerState : NSInteger {}Swift
enum State : Int, @unchecked SendablePossible values returned by IVSPlayer.state
- 
                  
                  Indicates that the status of the player is idle. DeclarationObjective-C IVSPlayerStateIdleSwift case idle = 0
- 
                  
                  Indicates that the player is ready to play the selected source. DeclarationObjective-C IVSPlayerStateReadySwift case ready = 1
- 
                  
                  Indicates that the player is buffering content. DeclarationObjective-C IVSPlayerStateBufferingSwift case buffering = 2
- 
                  
                  Indicates that the player is playing. DeclarationObjective-C IVSPlayerStatePlayingSwift case playing = 3
- 
                  
                  Indicates that the player reached the end of the stream. DeclarationObjective-C IVSPlayerStateEndedSwift case ended = 4
 IVSPlayerState Enumeration Reference
        IVSPlayerState Enumeration Reference