|
FFmpeg
|
This struct describes the properties of a single codec described by an AVCodecID. More...
#include <avcodec.h>
Public Attributes | |
| enum AVCodecID | id |
| enum AVMediaType | type |
| const char * | name |
| Name of the codec described by this descriptor. More... | |
| const char * | long_name |
| A more descriptive name for this codec. More... | |
| int | props |
| Codec properties, a combination of AV_CODEC_PROP_* flags. | |
| const char *const * | mime_types |
| MIME type(s) associated with the codec. More... | |
| const struct AVProfile * | profiles |
| If non-NULL, an array of profiles recognized for this codec. More... | |
This struct describes the properties of a single codec described by an AVCodecID.
| const char* AVCodecDescriptor::long_name |
A more descriptive name for this codec.
May be NULL.
| const char* const* AVCodecDescriptor::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.
| const char* AVCodecDescriptor::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.
| const struct AVProfile* AVCodecDescriptor::profiles |
If non-NULL, an array of profiles recognized for this codec.
Terminated with FF_PROFILE_UNKNOWN.
1.8.12