UNPKG

@svta/common-media-library

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