Speex  1.2~beta4
Public Attributes | List of all members
_JitterBufferPacket Struct Reference

#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
 

Detailed Description

Definition of an incoming packet

Member Data Documentation

◆ data

char* _JitterBufferPacket::data

Data bytes contained in the packet

◆ len

spx_uint32_t _JitterBufferPacket::len

Length of the packet in bytes

◆ sequence

spx_uint16_t _JitterBufferPacket::sequence

RTP Sequence number if available (0 otherwise)

◆ span

spx_uint32_t _JitterBufferPacket::span

Time covered by the packet (same units as timestamp)

◆ timestamp

spx_uint32_t _JitterBufferPacket::timestamp

Timestamp for the packet

◆ user_data

spx_uint32_t _JitterBufferPacket::user_data

Put whatever data you like here (it's ignored by the jitter buffer)


The documentation for this struct was generated from the following file: