Skip to content

node-av / lib

lib

Enumerations

Classes

Interfaces

Type Aliases

DeviceInfo

DeviceInfo = VideoDeviceInfo | AudioDeviceInfo | ScreenDeviceInfo

Defined in: src/lib/device.ts:50

Device information for capture devices


ImageOutputFormat

ImageOutputFormat = "nv12" | "yuv420p" | "rgb" | "rgba" | "gray"

Defined in: src/lib/frame-utils.ts:8

Image output format


OptionCapableObject

OptionCapableObject = NativeCodecContext | NativeFormatContext | NativeFilterContext | NativeFilterGraph | NativeSoftwareScaleContext | NativeSoftwareResampleContext | NativeIOContext | NativeBitStreamFilterContext

Defined in: src/lib/binding.ts:350

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.

Functions