#include <speex_jitter.h>
Public Attributes | |
char * | data |
spx_uint32_t | len |
spx_uint32_t | timestamp |
spx_uint32_t | span |
spx_uint16_t | sequence |
spx_uint32_t | user_data |
Data bytes contained in the packet
spx_uint32_t _JitterBufferPacket::len |
Length of the packet in bytes
spx_uint32_t _JitterBufferPacket::timestamp |
Timestamp for the packet
spx_uint32_t _JitterBufferPacket::span |
Time covered by the packet (same units as timestamp)
spx_uint16_t _JitterBufferPacket::sequence |
RTP Sequence number if available (0 otherwise)
spx_uint32_t _JitterBufferPacket::user_data |
Put whatever data you like here (it's ignored by the jitter buffer)