@svta/common-media-library
Version:
A common library for media playback in JavaScript
16 lines • 457 B
TypeScript
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