UNPKG

@svta/common-media-library

Version:
13 lines 365 B
import type { ContainerBox } from './ContainerBox.js'; import type { SingleItemTypeReferenceBox } from './SingleItemTypeReferenceBox.js'; /** * Item Reference Box - 'iref' - Container * * @group ISOBMFF * * @beta */ export type ItemReferenceBox = ContainerBox<SingleItemTypeReferenceBox> & { type: 'iref'; }; //# sourceMappingURL=ItemReferenceBox.d.ts.map