Files
story-studio/remotion/node_modules/@remotion/media-parser/dist/set-seeking-hints.d.ts
2026-02-21 10:33:18 +01:00

7 lines
231 B
TypeScript

import type { SeekingHints } from './seeking-hints';
import type { ParserState } from './state/parser-state';
export declare const setSeekingHints: ({ hints, state, }: {
hints: SeekingHints;
state: ParserState;
}) => void;