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