ABRStrategyConfiguration
public class ABRStrategyConfiguration : NSObject, CodableAn object specifying strategy and metadata that the player will use for initial playback.
- 
                  
                  The type of strategy used for ABR. DeclarationSwift public let type: ABRStrategyType
- 
                  
                  The metadata used for ABR. DeclarationSwift public let metadata: ABRMetadata?
- 
                  
                  Constructs an ABRStrategyConfiguration given an ABRStrategyType enum member and an ABRMetadata struct. DeclarationSwift public init(type: ABRStrategyType, metadata: ABRMetadata? = nil)ParameterstypeThe ABRStrategyTypeto be used.metadatathe ABRMetadatato be used.
