UNPKG

@svta/common-media-library

Version:
13 lines 269 B
import type { FullBox } from './FullBox.js'; /** * Degradation Priority Box - 'stdp' * * @group ISOBMFF * * @beta */ export type DegradationPriorityBox = FullBox & { type: 'stdp'; priority: number[]; }; //# sourceMappingURL=DegradationPriorityBox.d.ts.map