World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Структура AVCodecDescriptor

#include <avcodec.h>

+ Граф связей класса AVCodecDescriptor:

Открытые атрибуты

enum AVCodecID id
 
enum AVMediaType type
 
const char * name
 
const char * long_name
 
int props
 
const char *const * mime_types
 
const struct AVProfileprofiles
 

Подробное описание

This struct describes the properties of a single codec described by an AVCodecID.

См. также
avcodec_descriptor_get()

См. определение в файле avcodec.h строка 716

Данные класса

◆ id

enum AVCodecID AVCodecDescriptor::id

См. определение в файле avcodec.h строка 717

◆ type

enum AVMediaType AVCodecDescriptor::type

См. определение в файле avcodec.h строка 718

◆ name

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.

См. определение в файле avcodec.h строка 724

◆ long_name

const char* AVCodecDescriptor::long_name

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

См. определение в файле avcodec.h строка 728

◆ props

int AVCodecDescriptor::props

Codec properties, a combination of AV_CODEC_PROP_* flags.

См. определение в файле avcodec.h строка 732

◆ mime_types

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.

См. определение в файле avcodec.h строка 738

◆ profiles

const struct AVProfile* AVCodecDescriptor::profiles

If non-NULL, an array of profiles recognized for this codec. Terminated with FF_PROFILE_UNKNOWN.

См. определение в файле avcodec.h строка 743


Объявления и описания членов структуры находятся в файле: