Files
story-studio/remotion/node_modules/@remotion/media-parser/dist/state/seek-infinite-loop.d.ts
2026-02-21 10:33:18 +01:00

6 lines
211 B
TypeScript

export declare const seekInfiniteLoopDetectionState: () => {
registerSeek: (byte: number) => void;
reset: () => void;
};
export type SeekInfiniteLoop = ReturnType<typeof seekInfiniteLoopDetectionState>;