UNPKG

mfx

Version:

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

11 lines (10 loc) 290 B
import { MFXWritableStream } from "../../stream"; /** * Probes codec information about a WebM container * @group Decode */ export declare class WebMContainerProbe extends MFXWritableStream<Uint8Array> { get identifier(): string; getCodec(): Promise<string>; constructor(); }