UNPKG

@svta/common-media-library

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