![]() |
Miam-Player
0.8.0
A nice music player
|
#include <avcodec.h>
Public Attributes | |
enum AVCodecID | id |
enum AVMediaType | type |
const char * | name |
const char * | long_name |
int | props |
const char *const * | mime_types |
const struct AVProfile * | profiles |
This struct describes the properties of a single codec described by an AVCodecID.
enum AVCodecID AVCodecDescriptor::id |
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.
int AVCodecDescriptor::props |
Codec properties, a combination of AV_CODEC_PROP_* flags.
enum AVMediaType AVCodecDescriptor::type |