ABRMetadata

public struct ABRMetadata : 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

    public init(bitrate: Double)

    Parameters

    bitrate

    The initial bitrate to cap the player ABR to.