ABRMetadata

@objc(THEOplayerABRMetadata)
public class ABRMetadata : NSObject, Codable

The ABRMetadata struct specifies extra metadata that can be used to drive the ABR behavior of the player.

  • Constructs an ABRMetadata struct given a bitrate.

    Declaration

    Swift

    @objc
    public init(bitrate: Double)

    Parameters

    bitrate

    The initial bitrate to cap the player ABR to.