avcodec_get_hw_config

Retrieve supported hardware configurations for a codec.

Values of index from zero to some maximum return the indexed configuration descriptor; all other values return NULL. If the codec does not support any hardware configurations then it will always return NULL.

extern (C) @nogc nothrow
avcodec_get_hw_config
(
const(AVCodec)* codec
,
int index
)

Meta