ccRTP
|
#include <rtcppkt.h>
Public Attributes | |
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... | |
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.
uint32 RTCPCompoundHandler::ReceiverInfo::dlsr |
delay since last sender report.
uint8 RTCPCompoundHandler::ReceiverInfo::fractionLost |
packet fraction lost.
uint32 RTCPCompoundHandler::ReceiverInfo::highestSeqNum |
highest sequence number.
uint32 RTCPCompoundHandler::ReceiverInfo::jitter |
arrival jitter.
uint16 RTCPCompoundHandler::ReceiverInfo::lostLSW |
cumulative lost two LSB.
uint8 RTCPCompoundHandler::ReceiverInfo::lostMSB |
cumulative lost MSB of 3 octets.
uint32 RTCPCompoundHandler::ReceiverInfo::lsr |
last sender report timestamp.