UNPKG

remotion

Version:

Make videos programmatically

10 lines (9 loc) 369 B
import type React from 'react'; import type { LogLevel } from './log'; export declare const useMediaBuffering: ({ element, shouldBuffer, isPremounting, logLevel, mountTime, }: { element: React.RefObject<HTMLVideoElement | HTMLAudioElement | null>; shouldBuffer: boolean; isPremounting: boolean; logLevel: LogLevel; mountTime: number; }) => boolean;