Skip to content

@ralphschuler.webgl shader factory.<internal>.MediaKeySystemAccess

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: MediaKeySystemAccess

@ralphschuler/webgl-shader-factory.<internal>.MediaKeySystemAccess

This EncryptedMediaExtensions API interface provides access to a Key System for decryption and/or a content protection provider. You can request an instance of this object using the Navigator.requestMediaKeySystemAccess method. Available only in secure contexts.

MDN Reference

Table of contents

Properties

Methods

Properties

keySystem

Readonly keySystem: string

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15000

Methods

createMediaKeys

createMediaKeys(): Promise<MediaKeys>

MDN Reference

Returns

Promise<MediaKeys>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15002


getConfiguration

getConfiguration(): MediaKeySystemConfiguration

MDN Reference

Returns

MediaKeySystemConfiguration

Defined in

node_modules/typescript/lib/lib.dom.d.ts:15004

Typescript Libraries

Modules

Namespaces

Clone this wiki locally