|
libamsip
5.2.1
|
Data Structures | |
| struct | am_text_codec_info |
| struct | am_text_codec_attr |
Typedefs | |
| 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_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 text codec configuration.
Structure for text codec attribute configuration.
| 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. |