AVCodecHWConfig

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc nothrow
struct AVCodecHWConfig {}

Members

Variables

device_type
AVHWDeviceType device_type;

The device type associated with the configuration.

methods
int methods;

Bit set of AV_CODEC_HW_CONFIG_METHOD_* flags, describing the possible setup methods which can be used with this configuration.

pix_fmt
AVPixelFormat pix_fmt;

A hardware pixel format which the codec can use.

Meta