Cast
public protocol Cast : EventDispatcherProtocolThe Cast object helps you configure and control casting to external devices with THEOplayer.
- 
                  
                  Whether THEOplayer is currently connected with a casting device. DeclarationSwift var casting: Bool { get }
- 
                  
                  A Chromecast integration object that allows you to cast to Chromecast and inspect its state. DeclarationSwift var chromecast: Chromecast? { get }
- 
                  
                  An AirPlay integration object that allows you to cast to AirPlay and inspect its state. DeclarationSwift var airPlay: AirPlay? { get }
