ex

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

Embed: (wiki syntax)

« Back to documentation index

_JitterBufferPacket Struct Reference

_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.