UNPKG

@svta/common-media-library

Version:
13 lines 234 B
import type { FullBox } from './FullBox.js'; /** * IPMP Info Box - 'imif' * * @group ISOBMFF * * @beta */ export type IpmpInfoBox = FullBox & { type: 'imif'; ipmpDescr: any[]; }; //# sourceMappingURL=IpmpInfoBox.d.ts.map