getConfiguration method
The getConfiguration() method of the MediaKeySystemAccess
interface returns an object with the supported combination of the
following configuration options:
initDataTypes- : Returns a list of supported initialization data type names. An initialization data type is a string indicating the format of the initialization data.
audioCapabilities- : Returns a list of supported audio type and capability pairs.
videoCapabilities- : Returns a list of supported video type and capability pairs.
distinctiveIdentifier- : Indicates whether a persistent distinctive identifier is required.
persistentState- : Indicates whether the ability to persist state is required.
Implementation
external MediaKeySystemConfiguration getConfiguration();