@svta/common-media-library
Version:
A common library for media playback in JavaScript
16 lines • 442 B
TypeScript
import type { Fields } from '../boxes/Fields.js';
import type { SegmentIndexBox } from '../boxes/SegmentIndexBox.js';
import type { IsoView } from '../IsoView.js';
/**
* Parse a SegmentIndexBox from an IsoView
*
* @param view - The IsoView to read data from
*
* @returns A parsed SegmentIndexBox
*
* @group ISOBMFF
*
* @beta
*/
export declare function sidx(view: IsoView): Fields<SegmentIndexBox>;
//# sourceMappingURL=sidx.d.ts.map