Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/media-parser/dist/get-container.d.ts
T

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;