UNPKG

@svta/common-media-library

Version:
13 lines 249 B
import type { FullBox } from './FullBox.js'; /** * ISO/IEC 14496-12:2012 - 8.7.2 Data Reference Box * * @group ISOBMFF * * @beta */ export type UrlBox = FullBox & { type: 'url'; location: string; }; //# sourceMappingURL=UrlBox.d.ts.map