ex
Fork of mbed-os-example-mbed5-blinky by
SpeexMode Struct Reference
[Speex encoder and decoder]
Struct defining a Speex mode. More...
#include <speex.h>
Data Fields | |
| const void * | mode |
| Pointer to the low-level mode data. | |
| mode_query_func | query |
| Pointer to the mode query function. | |
| const char * | modeName |
| The name of the mode (you should not rely on this to identify the mode) | |
| int | modeID |
| ID of the mode. | |
| int | bitstream_version |
| Version number of the bitstream (incremented every time we break bitstream compatibility. | |
| encoder_init_func | enc_init |
| Pointer to encoder initialization function. | |
| encoder_destroy_func | enc_destroy |
| Pointer to encoder destruction function. | |
| encode_func | enc |
| Pointer to frame encoding function. | |
| decoder_init_func | dec_init |
| Pointer to decoder initialization function. | |
| decoder_destroy_func | dec_destroy |
| Pointer to decoder destruction function. | |
| decode_func | dec |
| Pointer to frame decoding function. | |
| encoder_ctl_func | enc_ctl |
| ioctl-like requests for encoder | |
| decoder_ctl_func | dec_ctl |
| ioctl-like requests for decoder | |
Detailed Description
Struct defining a Speex mode.
Definition at line 254 of file speex.h.
Field Documentation
| const char* modeName |
Generated on Tue Jul 12 2022 16:28:55 by
1.7.2
