Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>MediaKeySystemAccess

Advanced Web Composition for Future
Latest
interface MediaKeySystemAccess
import { type MediaKeySystemAccess } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

This EncryptedMediaExtensions API export 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.

Properties

readonly
keySystem: string

Methods

createMediaKeys(): Promise<MediaKeys>
getConfiguration(): MediaKeySystemConfiguration