CastStrategy
public enum CastStrategy : Intextension CastStrategy: EncodableThe cast strategies that specify the ways an existing chromecast session can be joined.
- 
                  
                  The player will automatically join a cast session at startup if one exists when play is called. DeclarationSwift case auto = 1
- 
                  
                  The player will take over an existing session if there is one and the cast button is clicked. DeclarationSwift case manual = 2
- 
                  
                  The player will not be affected by any existing cast sessions. DeclarationSwift case disabled = 3
- 
                  
                  The raw value of type String. DeclarationSwift public var _rawValue: String { get set }
