#include <audio.h>
Data Fields | |
| codec * | next |
| char * | name |
| void *(* | control_handler )(audio_control_t, audio_way_t, void *,...) |
| int(* | code_handler )(int, string_t, string_t, void *) |
| int(* | decode_handler )(int, string_t, string_t, void *) |
| void * | private |
| struct codec* codec::next |
| char* codec::name |
| void*(* codec::control_handler)(audio_control_t, audio_way_t, void *,...) |
| int(* codec::code_handler)(int, string_t, string_t, void *) |
| int(* codec::decode_handler)(int, string_t, string_t, void *) |
| void* codec::private |
1.5.1