UNPKG

mfx

Version:

In-browser video editing toolkit, with effects accelerated by WebGL

5 lines (4 loc) 297 B
import { ExtendedVideoFrame } from "../frame"; export declare const createEmptyFrame: () => VideoFrame; export declare const cloneOrReuse: (frame: ExtendedVideoFrame) => VideoFrame; export declare const coalesce: (stream: ReadableStream<VideoFrame>) => (frame: VideoFrame) => Promise<VideoFrame>;