Man page - rtcpcompoundhandler_receiverinfo(3)
Packages contains this manual
- rtppkt.h(3)
- cqueue(3)
- formats.h(3)
- private.h(3)
- sockets(3)
- queuebase.h(3)
- sessions(3)
- ioqueue(3)
- oqueue.h(3)
- rtppacket(3)
- ext.h(3)
- cqueue.h(3)
- base.h(3)
- rtpext(3)
- rtp.h(3)
- sources.h(3)
- iqueue(3)
- pool.h(3)
- queuebase(3)
- channel.h(3)
- sources(3)
- iqueue.h(3)
- ioqueue.h(3)
- payload(3)
- rtcppacket(3)
- rtcppkt.h(3)
- oqueue(3)
apt-get install libccrtp-doc
Manual
RTCPCompoundHandler::ReceiverInfo
NAMESYNOPSIS
Public Attributes
Detailed Description
Member Data Documentation
uint32 RTCPCompoundHandler::ReceiverInfo::dlsr
uint8 RTCPCompoundHandler::ReceiverInfo::fractionLost
uint32 RTCPCompoundHandler::ReceiverInfo::highestSeqNum
uint32 RTCPCompoundHandler::ReceiverInfo::jitter
uint16 RTCPCompoundHandler::ReceiverInfo::lostLSW
uint8 RTCPCompoundHandler::ReceiverInfo::lostMSB
uint32 RTCPCompoundHandler::ReceiverInfo::lsr
Author
NAME
RTCPCompoundHandler::ReceiverInfo - Struct for the data contained in a receiver info block.
SYNOPSIS
#include <rtcppkt.h>
Public Attributes
uint8
fractionLost
packet fraction lost.
uint8
lostMSB
cumulative lost MSB of 3 octets.
uint16
lostLSW
cumulative lost two LSB.
uint32
highestSeqNum
highest sequence number.
uint32
jitter
arrival jitter.
uint32
lsr
last sender report timestamp.
uint32
dlsr
delay since last sender report.
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.
Member Data Documentation
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.
Author
Generated automatically by Doxygen for ccRTP from the source code.