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
_JitterBufferPacket Struct Reference
[JitterBuffer: Adaptive jitter buffer]
Definition of an incoming packet. More...
#include <speex_jitter.h>
Data Fields | |
| char * | data |
| Data bytes contained in the packet. | |
| spx_uint32_t | len |
| Length of the packet in bytes. | |
| spx_uint32_t | timestamp |
| Timestamp for the packet. | |
| spx_uint32_t | span |
| Time covered by the packet (same units as timestamp) | |
Detailed Description
Definition of an incoming packet.
Definition at line 61 of file speex_jitter.h.
Field Documentation
| char* data |
Data bytes contained in the packet.
Definition at line 62 of file speex_jitter.h.
| spx_uint32_t len |
Length of the packet in bytes.
Definition at line 63 of file speex_jitter.h.
| spx_uint32_t span |
Time covered by the packet (same units as timestamp)
Definition at line 65 of file speex_jitter.h.
| spx_uint32_t timestamp |
Timestamp for the packet.
Definition at line 64 of file speex_jitter.h.
Generated on Tue Jul 12 2022 16:28:55 by
1.7.2
