ex

Fork of mbed-os-example-mbed5-blinky by mbed-os-examples

Embed: (wiki syntax)

« Back to documentation index

SpeexCallback Struct Reference

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

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.