UNPKG

mfx

Version:

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

12 lines (11 loc) 299 B
import { ContainerDecoder } from "../ContainerDecoder"; /** * @group Decode */ export declare class WebMContainerDecoder extends ContainerDecoder<any> { get identifier(): string; constructor({ videoCodec, audioCodec }: { videoCodec?: string; audioCodec?: string; }); }