ex
Fork of mbed-os-example-mbed5-blinky by
SpeexCallback Struct Reference
[Various definitions for Speex callbacks supported by the decoder.]
Callback information. More...
#include <speex_callbacks.h>
Data Fields | |
| int | callback_id |
| ID associated to the callback. | |
| speex_callback_func | func |
| Callback handler function. | |
| void * | data |
| Data that will be sent to the handler. | |
| void * | reserved1 |
| Reserved for future use. | |
| int | reserved2 |
| Reserved for future use. | |
Detailed Description
Callback information.
Definition at line 91 of file speex_callbacks.h.
Field Documentation
| int callback_id |
ID associated to the callback.
Definition at line 92 of file speex_callbacks.h.
| void* data |
Data that will be sent to the handler.
Definition at line 94 of file speex_callbacks.h.
Callback handler function.
Definition at line 93 of file speex_callbacks.h.
| void* reserved1 |
Reserved for future use.
Definition at line 95 of file speex_callbacks.h.
| int reserved2 |
Reserved for future use.
Definition at line 96 of file speex_callbacks.h.
Generated on Tue Jul 12 2022 16:28:55 by
1.7.2
