Data Structures | |
| struct | am_codec_info |
| struct | am_codec_attr |
| struct | am_text_codec_info |
| struct | am_text_codec_attr |
| struct | am_codec_info |
| struct | am_codec_attr |
| struct | am_text_codec_info |
| struct | am_text_codec_attr |
Typedefs | |
| typedef struct am_codec_info | am_codec_info_t |
| typedef struct am_codec_attr | am_codec_attr_t |
| typedef struct am_text_codec_info | am_text_codec_info_t |
| typedef struct am_text_codec_attr | am_text_codec_attr_t |
Functions | |
| int | am_codec_info_modify (am_codec_info_t *codec, int index) |
| int | am_codec_attr_modify (am_codec_attr_t *codec_attr) |
| int | _am_codec_get_definition (char *name) |
| int | am_text_codec_info_modify (am_text_codec_info_t *codec, int index) |
| int | am_text_codec_attr_modify (am_text_codec_attr_t *codec_attr) |
| int | _am_text_codec_get_definition (char *name) |
Structure for audio codec configuration.
Structure for audio codec attribute configuration.
Structure for text codec configuration.
Structure for text codec attribute configuration.
| int am_codec_info_modify | ( | am_codec_info_t * | codec, | |
| int | index | |||
| ) |
Modify codec list at index.
| codec | pointer to codec information. | |
| index | index in support list. |
| int am_codec_attr_modify | ( | am_codec_attr_t * | codec_attr | ) |
Modify codec attribute configuration.
| codec_attr | pointer to codec attribute information. |
| int _am_codec_get_definition | ( | char * | name | ) |
Get index of codec.
| name | name of codec to search. |
| int am_text_codec_info_modify | ( | am_text_codec_info_t * | codec, | |
| int | index | |||
| ) |
Modify text codec list at index.
| codec | pointer to text codec information. | |
| index | index in support list. |
| int am_text_codec_attr_modify | ( | am_text_codec_attr_t * | codec_attr | ) |
Modify text codec attribute configuration.
| codec_attr | pointer to text codec attribute information. |
| int _am_text_codec_get_definition | ( | char * | name | ) |
Get index of text codec.
| name | name of text codec to search. |
1.5.4