ABRMetadata
@objc(THEOplayerABRMetadata)
public class ABRMetadata : NSObject, CodableThe ABRMetadata struct specifies extra metadata that can be used to drive the ABR behavior of the player.
- 
                  
                  Constructs an ABRMetadata struct given a bitrate. DeclarationSwift @objc public init(bitrate: Double)ParametersbitrateThe initial bitrate to cap the player ABR to. 
