@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="MediaKeySystemAccess")
public class MediaKeySystemAccess
extends java.lang.Object
| 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.
|
@JsProperty(name="keySystem") @Nonnull public java.lang.String keySystem()
@Nonnull public Promise<MediaKeys> createMediaKeys()
@Nonnull public MediaKeySystemConfiguration getConfiguration()