Cast_Objc
@objc(THEOplayerCast)
public protocol Cast_ObjcThe 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 @objc(chromecast) var chromecast_Objc: Chromecast_Objc? { get }
- 
                  
                  An AirPlay integration object that allows you to cast to AirPlay and inspect its state. DeclarationSwift @objc(airPlay) var airPlay_Objc: Airplay_Objc? { get }
