UNPKG

@svta/common-media-library

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