Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MediaKeyStatusMap

Hierarchy

  • MediaKeyStatusMap

Index

Properties

Methods

Properties

size

size: number

Methods

forEach

  • forEach(callback: Function, thisArg?: any): void
  • Parameters

    • callback: Function
    • Optional thisArg: any

    Returns void

get

  • get(keyId: Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array | DataView | ArrayBuffer | null): MediaKeyStatus
  • Parameters

    • keyId: Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array | DataView | ArrayBuffer | null

    Returns MediaKeyStatus

has

  • has(keyId: Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array | DataView | ArrayBuffer | null): boolean
  • Parameters

    • keyId: Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array | DataView | ArrayBuffer | null

    Returns boolean

Generated using TypeDoc