@svta/common-media-library
Version:
A common library for media playback in JavaScript
16 lines • 395 B
TypeScript
import type { IsoView } from '../IsoView.js';
import type { Fields } from '../boxes/Fields.js';
import type { UrnBox } from '../boxes/UrnBox.js';
/**
* Parse a UrnBox from an IsoView
*
* @param view - The IsoView to read data from
*
* @returns A parsed UrnBox
*
* @group ISOBMFF
*
* @beta
*/
export declare function urn(view: IsoView): Fields<UrnBox>;
//# sourceMappingURL=urn.d.ts.map