UNPKG

@remotion/media-parser

Version:

A pure JavaScript library for parsing video files

4 lines (3 loc) 183 B
import type { ParserState } from './state/parser-state'; export declare const getIsHdr: (state: ParserState) => boolean; export declare const hasHdr: (state: ParserState) => boolean;