Structure for audio codec configuration.
Structure for audio codec attribute configuration.
Structure for text codec configuration.
Structure for text codec attribute configuration.
Structure for udpftp codec configuration.
Structure for udpftp 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. |
| int am_udpftp_codec_info_modify | ( | am_udpftp_codec_info_t * | codec, | |
| int | index | |||
| ) |
Modify udpftp codec list at index.
| codec | pointer to udpftp codec information. | |
| index | index in support list. |
| int am_udpftp_codec_attr_modify | ( | am_udpftp_codec_attr_t * | codec_attr | ) |
Modify udpftp codec attribute configuration.
| codec_attr | pointer to udpftp codec attribute information. |
| int _am_udpftp_codec_get_definition | ( | char * | name | ) |
Get index of udpftp codec.
| name | name of udpftp codec to search. |
1.5.9