Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/media-parser/dist/get-number-of-audio-channels.d.ts
T

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;