@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="MediaKeySystemAccess")
public class MediaKeySystemAccess
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
MediaKeySystemAccess() |
| Modifier and Type | Method and Description |
|---|---|
Promise<MediaKeys> |
createMediaKeys()
The MediaKeySystemAccess.createMediaKeys() method returns a Promise that resolves to a new MediaKeys object.
|
MediaKeySystemConfiguration |
getConfiguration()
The MediaKeySystemAccess.getConfiguration() method returns a MediaKeySystemConfiguration object with the supported combination of configuration options.
|
java.lang.String |
keySystem()
The MediaKeySystemAccess.keySystem read-only property returns a DOMString identifying the key system being used.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, values@JsProperty(name="keySystem") @Nonnull public java.lang.String keySystem()
@Nonnull public Promise<MediaKeys> createMediaKeys()
@Nonnull public MediaKeySystemConfiguration getConfiguration()