ex

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

Embed: (wiki syntax)

« Back to documentation index

SpeexMode Struct Reference

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

Version number of the bitstream (incremented every time we break bitstream compatibility.

Definition at line 269 of file speex.h.

Pointer to frame decoding function.

Definition at line 287 of file speex.h.

ioctl-like requests for decoder

Definition at line 293 of file speex.h.

Pointer to decoder destruction function.

Definition at line 284 of file speex.h.

Pointer to decoder initialization function.

Definition at line 281 of file speex.h.

Pointer to frame encoding function.

Definition at line 278 of file speex.h.

ioctl-like requests for encoder

Definition at line 290 of file speex.h.

Pointer to encoder destruction function.

Definition at line 275 of file speex.h.

Pointer to encoder initialization function.

Definition at line 272 of file speex.h.

const void* mode

Pointer to the low-level mode data.

Definition at line 256 of file speex.h.

int modeID

ID of the mode.

Definition at line 265 of file speex.h.

const char* modeName

The name of the mode (you should not rely on this to identify the mode)

Definition at line 262 of file speex.h.

Pointer to the mode query function.

Definition at line 259 of file speex.h.