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;

For decoders, a hardware pixel format which that decoder may be able to decode to if suitable hardware is available.

Meta