UNPKG

@svta/common-media-library

Version:
12 lines 243 B
import type { Box } from './Box.js'; /** * ISO/IEC 14496-30:2014 - WebVTT Empty Sample Box * * @group ISOBMFF * * @beta */ export type WebVttEmptySampleBox = Box & { type: 'vtte'; }; //# sourceMappingURL=WebVttEmptySampleBox.d.ts.map