UNPKG

@svta/common-media-library

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