AVCodecDescriptor

This struct describes the properties of a single codec described by an AVCodecID. @see avcodec_get_descriptor()

Members

Variables

id
AVCodecID id;
Undocumented in source.
long_name
char* long_name;

A more descriptive name for this codec. May be NULL.

mime_types
char* mime_types;

MIME type(s) associated with the codec. May be NULL; if not, a NULL-terminated array of MIME types. The first item is always non-NULL and is the preferred MIME type.

name
char* name;

Name of the codec described by this descriptor. It is non-empty and unique for each codec descriptor. It should contain alphanumeric characters and '_' only.

profiles
AVProfile* profiles;
Undocumented in source.
props
int props;

Codec properties, a combination of AV_CODEC_PROP_* flags.

type
AVMediaType type;
Undocumented in source.

Meta