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

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

Methods