Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os-example-mbed5-blinky by
SpeexJitter Struct Reference
[SpeexJitter: Adaptive jitter buffer specifically for Speex]
Speex jitter-buffer state. More...
#include <speex_jitter.h>
Data Fields | |
| SpeexBits | current_packet |
| Current Speex packet. | |
| int | valid_bits |
| True if Speex bits are valid. | |
| JitterBuffer * | packets |
| Generic jitter buffer state. | |
| void * | dec |
| Pointer to Speex decoder. | |
| spx_int32_t | frame_size |
| Frame size of Speex decoder. | |
Detailed Description
Speex jitter-buffer state.
Never use it directly!
Definition at line 159 of file speex_jitter.h.
Field Documentation
Current Speex packet.
Definition at line 160 of file speex_jitter.h.
| void* dec |
Pointer to Speex decoder.
Definition at line 163 of file speex_jitter.h.
| spx_int32_t frame_size |
Frame size of Speex decoder.
Definition at line 164 of file speex_jitter.h.
Generic jitter buffer state.
Definition at line 162 of file speex_jitter.h.
| int valid_bits |
True if Speex bits are valid.
Definition at line 161 of file speex_jitter.h.
Generated on Tue Jul 12 2022 16:28:55 by
1.7.2
