PlayerCastState
@objc(THEOplayerPlayerCastState)
public enum PlayerCastState : Intextension PlayerCastState: DecodableIndicates the state of the casting processs.
- 
                  
                  There is a cast device detected, but that THEOplayer is not casting or controlling the current cast session. DeclarationSwift @objc(THEOplayerPlayerCastStateAVAILABLE) case available = 1
- 
                  
                  THEOplayer is casting to the cast device. DeclarationSwift @objc(THEOplayerPlayerCastStateCONNECTED) case connected = 2
- 
                  
                  There is no cast device detected or that the device is not available (e.g. not powered, not connected to the internet). DeclarationSwift @objc(THEOplayerPlayerCastStateUNAVAILABLE) case unavailable = 3
- 
                  
                  THEOplayer is in the process of connecting to the cast device. DeclarationSwift @objc(THEOplayerPlayerCastStateCONNECTING) case connecting = 4
- 
                  
                  The raw value of type String. DeclarationSwift public var _rawValue: String { get set }
