THEOplayer Web SDK
    Preparing search index...

    Interface ABRStrategyConfiguration

    Describes the configuration of the adaptive bitrate strategy.

    interface ABRStrategyConfiguration {
        metadata?: ABRMetadata;
        type: ABRStrategyType;
    }
    Index

    Properties

    Properties

    metadata?: ABRMetadata

    The metadata for the initial playback strategy.

    A ABRMetadata object with default values.

    The strategy for initial playback.