Vinyl
Preparing search index...
@amzn/vinyl-amzn
CommonMediaKeySystemAccess
Interface CommonMediaKeySystemAccess
This provides a common interface for MediaKeySystemAccess EME implementations.
interface
CommonMediaKeySystemAccess
{
keySystem
:
DrmKeySystem
;
createMediaKeys
()
:
Promise
<
CommonMediaKeys
>
;
}
Implemented by
MsCommonMediaKeySystemAccess
StandardCommonMediaKeySystemAccess
WebKitCommonMediaKeySystemAccess
Index
Properties
key
System
Methods
create
Media
Keys
Properties
Readonly
key
System
keySystem
:
DrmKeySystem
Methods
create
Media
Keys
createMediaKeys
()
:
Promise
<
CommonMediaKeys
>
Returns
Promise
<
CommonMediaKeys
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
System
Methods
create
Media
Keys
Vinyl
Loading...
This provides a common interface for MediaKeySystemAccess EME implementations.