Files
story-studio/remotion/node_modules/@remotion/media-parser/dist/get-container.d.ts
2026-02-21 10:33:18 +01:00

5 lines
309 B
TypeScript

import type { MediaParserContainer } from './options';
import type { MediaParserStructureUnstable } from './parse-result';
export declare const getContainer: (segments: MediaParserStructureUnstable) => MediaParserContainer;
export declare const hasContainer: (boxes: MediaParserStructureUnstable) => boolean;