UNPKG

@svta/common-media-library

Version:
16 lines 437 B
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