UNPKG

@remotion/media-parser

Version:

A pure JavaScript library for parsing video files

5 lines (4 loc) 309 B
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;