Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
RTCPCompoundHandler::ReceiverInfo Struct Reference

Struct for the data contained in a receiver info block. More...

#include <rtcppkt.h>

Collaboration diagram for RTCPCompoundHandler::ReceiverInfo:
Collaboration graph
[legend]

Data Fields

uint8 fractionLost
 packet fraction lost. More...
 
uint8 lostMSB
 cumulative lost MSB of 3 octets. More...
 
uint16 lostLSW
 cumulative lost two LSB. More...
 
uint32 highestSeqNum
 highest sequence number. More...
 
uint32 jitter
 arrival jitter. More...
 
uint32 lsr
 last sender report timestamp. More...
 
uint32 dlsr
 delay since last sender report. More...
 

Detailed Description

Struct for the data contained in a receiver info block.

Receiver info blocks can be found in SR (sender report) or RR (receiver report) RTCP packets.

Definition at line 111 of file rtcppkt.h.

Field Documentation

uint32 RTCPCompoundHandler::ReceiverInfo::dlsr

delay since last sender report.

Definition at line 119 of file rtcppkt.h.

uint8 RTCPCompoundHandler::ReceiverInfo::fractionLost

packet fraction lost.

Definition at line 113 of file rtcppkt.h.

uint32 RTCPCompoundHandler::ReceiverInfo::highestSeqNum

highest sequence number.

Definition at line 116 of file rtcppkt.h.

uint32 RTCPCompoundHandler::ReceiverInfo::jitter

arrival jitter.

Definition at line 117 of file rtcppkt.h.

uint16 RTCPCompoundHandler::ReceiverInfo::lostLSW

cumulative lost two LSB.

Definition at line 115 of file rtcppkt.h.

uint8 RTCPCompoundHandler::ReceiverInfo::lostMSB

cumulative lost MSB of 3 octets.

Definition at line 114 of file rtcppkt.h.

uint32 RTCPCompoundHandler::ReceiverInfo::lsr

last sender report timestamp.

Definition at line 118 of file rtcppkt.h.


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