UNPKG

@svta/common-media-library

Version:
16 lines 319 B
import type { ItemExtent } from './ItemExtent.js'; /** * Item Location * * @group ISOBMFF * * @beta */ export type ItemLocation = { itemId: number; constructionMethod?: number; dataReferenceIndex: number; baseOffset: number; extents: ItemExtent[]; }; //# sourceMappingURL=ItemLocation.d.ts.map