Home
last modified time | relevance | path

Searched defs:_JitterBufferPacket (Results 1 – 1 of 1) sorted by relevance

/external/speex/include/speex/
Dspeex_jitter.h60 struct _JitterBufferPacket { struct
61 char *data; /**< Data bytes contained in the packet */
62 spx_uint32_t len; /**< Length of the packet in bytes */
63 spx_uint32_t timestamp; /**< Timestamp for the packet */
64 spx_uint32_t span; /**< Time covered by the packet (same units as timestamp) */
65 spx_uint16_t sequence; /**< RTP Sequence number if available (0 otherwise) */
66 …px_uint32_t user_data; /**< Put whatever data you like here (it's ignored by the jitter buffer) */