UNPKG

@svta/common-media-library

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