// generated by diplomat-tool import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; /** * Native FFmpeg video output preset. */ export class VideoConfig { /** @internal */ get ffiValue(): pointer; /** @internal */ constructor(); }