Preload
@objc(THEOplayerPreload)
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 @objc(THEOplayerPreloadNONE) case none = 0
- 
                  
                  The player will load the metadata and the media. DeclarationSwift @objc(THEOplayerPreloadAUTO) case auto = 1
- 
                  
                  The player will load the metadata. Remark Only available on iOS.DeclarationSwift @objc(THEOplayerPreloadMETADATA) case metadata = 2
- 
                  
                  The raw value of type String. DeclarationSwift public var _rawValue: String { get set }
 Preload Enumeration Reference
      Preload Enumeration Reference