@svta/common-media-library
Version:
A common library for media playback in JavaScript
16 lines • 395 B
TypeScript
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