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

4 lines
223 B
TypeScript

import type { ParserState } from './state/parser-state';
export declare const getNumberOfAudioChannels: (state: ParserState) => number | null;
export declare const hasNumberOfAudioChannels: (state: ParserState) => boolean;