UNPKG

@svta/common-media-library

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