node-av / lib / OptionCapableObject
Type Alias: OptionCapableObject
OptionCapableObject =
NativeCodecContext
|NativeFormatContext
|NativeFilterContext
|NativeFilterGraph
|NativeSoftwareScaleContext
|NativeSoftwareResampleContext
|NativeIOContext
|NativeBitStreamFilterContext
Defined in: src/lib/binding.ts:306
Union type for all native FFmpeg objects that support AVOptions.
These objects have an AVClass structure as their first member, which enables the AVOption API for runtime configuration.