UNPKG

@svta/common-media-library

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