UNPKG

@svta/common-media-library

Version:
12 lines 212 B
/** * Sample to Group Entry * * @group ISOBMFF * * @beta */ export type SampleToGroupEntry = { sampleCount: number; groupDescriptionIndex: number; }; //# sourceMappingURL=SampleToGroupEntry.d.ts.map