Speex
1.2~beta4
|
#include <speex_callbacks.h>
Public Attributes | |
int | callback_id |
speex_callback_func | func |
void * | data |
void * | reserved1 |
int | reserved2 |
Callback information
int SpeexCallback::callback_id |
ID associated to the callback
void* SpeexCallback::data |
Data that will be sent to the handler
speex_callback_func SpeexCallback::func |
Callback handler function
void* SpeexCallback::reserved1 |
Reserved for future use
int SpeexCallback::reserved2 |
Reserved for future use