public class MSMediaKeys extends Object
Modifier and Type | Field and Description |
---|---|
String |
keySystem |
static MSMediaKeys |
prototype |
constructor
Modifier | Constructor and Description |
---|---|
protected |
MSMediaKeys() |
|
MSMediaKeys(String keySystem) |
Modifier and Type | Method and Description |
---|---|
MSMediaKeySession |
createSession(String type,
Uint8Array initData) |
MSMediaKeySession |
createSession(String type,
Uint8Array initData,
Uint8Array cdmData) |
static Boolean |
isTypeSupported(String keySystem) |
static Boolean |
isTypeSupported(String keySystem,
String type) |
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public String keySystem
public static MSMediaKeys prototype
public MSMediaKeys(String keySystem)
protected MSMediaKeys()
public MSMediaKeySession createSession(String type, Uint8Array initData, Uint8Array cdmData)
public MSMediaKeySession createSession(String type, Uint8Array initData)