Bitmovin Player API 8.271.0
    Preparing search index...

    Interface AdaptationAPI

    Exposes the ability to interact with the adaptation logic after the player has been created.

    interface AdaptationAPI {
        getConfig(): DynamicAdaptationConfig;
        setConfig(adaptationConfig: DynamicAdaptationConfig): void;
    }
    Index