UNPKG

@svta/common-media-library

Version:
12 lines 220 B
/** * Composition Time to Sample Entry * * @group ISOBMFF * * @beta */ export type CompTimeToSampleEntry = { sampleCount: number; sampleOffset: number; }; //# sourceMappingURL=CompTimeToSampleEntry.d.ts.map