UNPKG

@svta/common-media-library

Version:
13 lines 241 B
/** * Sample to Chunk Entry * * @group ISOBMFF * * @beta */ export type SampleToChunkEntry = { firstChunk: number; samplesPerChunk: number; sampleDescriptionIndex: number; }; //# sourceMappingURL=SampleToChunkEntry.d.ts.map