UNPKG

@svta/common-media-library

Version:
16 lines 532 B
import type { Fields } from '../boxes/Fields.js'; import type { ProtectionSystemSpecificHeaderBox } from '../boxes/ProtectionSystemSpecificHeaderBox.js'; import type { IsoView } from '../IsoView.js'; /** * Parse a ProtectionSystemSpecificHeaderBox from an IsoView * * @param view - The IsoView to read data from * * @returns A parsed ProtectionSystemSpecificHeaderBox * * @group ISOBMFF * * @beta */ export declare function pssh(view: IsoView): Fields<ProtectionSystemSpecificHeaderBox>; //# sourceMappingURL=pssh.d.ts.map