Preload
public enum Preload : IntThe preload strategy of the player. The strategy specifies what data to load on source change.
- 
                  
                  The player will not load any data. DeclarationSwift case none = 0
- 
                  
                  The player will load the metadata and the media. DeclarationSwift case auto = 1
- 
                  
                  The player will load the metadata. Remark Only available on iOS.DeclarationSwift case metadata = 2
- 
                  
                  The raw value of type String. DeclarationSwift public var _rawValue: String { get set }
