libamsip  5.2.1
Data Structures | Typedefs | Functions
amsip text codec interface

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)
 

Detailed Description

Typedef Documentation

◆ am_text_codec_info_t

Structure for text codec configuration.

◆ am_text_codec_attr_t

Structure for text codec attribute configuration.

Function Documentation

◆ am_text_codec_info_modify()

int am_text_codec_info_modify ( am_text_codec_info_t codec,
int  index 
)

Modify text codec list at index.

Parameters
codecpointer to text codec information.
indexindex in support list.

◆ am_text_codec_attr_modify()

int am_text_codec_attr_modify ( am_text_codec_attr_t codec_attr)

Modify text codec attribute configuration.

Parameters
codec_attrpointer to text codec attribute information.

◆ _am_text_codec_get_definition()

int _am_text_codec_get_definition ( char *  name)

Get index of text codec.

Parameters
namename of text codec to search.