MediaKeySystemConfiguration

package js.html.eme

Available on js

The MediaKeySystemConfiguration interface Encrypted Media Extensions API provides configuration information about the media key system.

Documentation MediaKeySystemConfiguration by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Fields

optionalvideoCapabilities:Null<Array<MediaKeySystemMediaCapability>>

Returns a list of supported video type and capability pairs.

optionalsessionTypes:Null<Array<String>>

optionalpersistentState:Null<MediaKeysRequirement>

Indicates whether the ability to persist state is required.

optionallabel:Null<String>

optionalinitDataTypes:Null<Array<String>>

Returns a list of supported initialization data type names. An initialization data type is a string indicating the format of the initialization data.

optionaldistinctiveIdentifier:Null<MediaKeysRequirement>

Indicates whether a persistent distinctive identifier is required.

optionalaudioCapabilities:Null<Array<MediaKeySystemMediaCapability>>

Returns a list of supported audio type and capability pairs.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/eme/MediaKeySystemConfiguration.html