Interface PlayerEmeConfiguration

interface PlayerEmeConfiguration {
    audioRobustness: string;
    reusePersistentKeySessions: boolean;
    videoRobustness: string;
}

Properties

audioRobustness: string

The audio robustness level associated with the content type. Defaults to an emptry string.

reusePersistentKeySessions: boolean

When enabled, the player will save a mapping of the keyId to persistentSessionId to the localStorage. It will attempt to load it if encounters the same keyId and and the session is still valid. Defaults to false.

videoRobustness: string

The video robustness level associated with the content type. Defults to an empty string.