UNPKG

@svta/common-media-library

Version:
14 lines 458 B
/** * Decodes a FairPlay DRM license response. * * @param response - The license response, either a base64 string or ArrayBuffer * @returns A Uint8Array containing the decoded license * * @group DRM * @beta * * @example * {@includeCode ../../../test/drm/fairplay/decodeFairPlayLicense.test.ts#example} */ export declare function decodeFairPlayLicense(response: string | ArrayBuffer): Uint8Array; //# sourceMappingURL=decodeFairPlayLicense.d.ts.map