@svta/common-media-library
Version:
A common library for media playback in JavaScript
14 lines • 362 B
TypeScript
/**
* Returns the data portion of a single PSSH box.
*
* @param pssh - The PSSH ArrayBuffer.
* @returns The data portion of the PSSH.
*
* @group DRM
* @beta
*
* @example
* {@includeCode ../../../test/drm/cenc/getPsshData.test.ts#example}
*/
export declare function getPsshData(pssh: ArrayBuffer): ArrayBuffer;
//# sourceMappingURL=getPsshData.d.ts.map