UNPKG

@svta/common-media-library

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