Man page - rtcpreceiverinfo(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
RTCPReceiverInfo
NAMESYNOPSIS
Public Member Functions
Detailed Description
Constructor & Destructor Documentation
RTCPReceiverInfo::RTCPReceiverInfo (void * ri) [inline]
RTCPReceiverInfo::RTCPReceiverInfo (RTCPCompoundHandler::ReceiverInfo & si)[inline]
RTCPReceiverInfo::˜RTCPReceiverInfo () [inline]
Member Function Documentation
uint32 RTCPReceiverInfo::getCumulativePacketLost () const [inline]
uint32 RTCPReceiverInfo::getDelayLastSR () const [inline]
uint32 RTCPReceiverInfo::getExtendedSeqNum () const [inline]
uint8 RTCPReceiverInfo::getFractionLost () const [inline]
uint32 RTCPReceiverInfo::getJitter () const [inline]
uint16 RTCPReceiverInfo::getLastSRNTPTimestampFrac () const [inline]
uint16 RTCPReceiverInfo::getLastSRNTPTimestampInt () const [inline]
Author
NAME
RTCPReceiverInfo - Report block information of SR/RR RTCP reports.
SYNOPSIS
#include <rtcppkt.h>
Public Member Functions
RTCPReceiverInfo
(void *ri)
RTCPReceiverInfo
(
RTCPCompoundHandler::ReceiverInfo
&si)
˜RTCPReceiverInfo
()
uint8
getFractionLost
() const
Get fraction of lost packets, as a number between 0 and 255.
uint32
getCumulativePacketLost
() const
uint32
getExtendedSeqNum
() const
uint32
getJitter
() const
Get the statistical variance of the RTP data packets
interarrival time.
uint16
getLastSRNTPTimestampInt
() const
Get the integer part of the NTP timestamp of the last SR
RTCP packet received from the source this receiver report
refers to.
uint16
getLastSRNTPTimestampFrac
() const
Get the fractional part of the NTP timestamp of the last SR
RTCP packet received from the source this receiver report
refers to.
uint32
getDelayLastSR
() const
Get the delay between the last SR packet received and the
transmission of this report.
Detailed Description
Report block information of SR/RR RTCP reports.
Author
Federico Montesino Pouzols fedemp@altern.org
Constructor & Destructor Documentation
RTCPReceiverInfo::RTCPReceiverInfo (void * ri) [inline]
RTCPReceiverInfo::RTCPReceiverInfo (RTCPCompoundHandler::ReceiverInfo & si)[inline]
RTCPReceiverInfo::˜RTCPReceiverInfo () [inline]
Member Function Documentation
uint32 RTCPReceiverInfo::getCumulativePacketLost () const [inline]
uint32 RTCPReceiverInfo::getDelayLastSR () const [inline]
Get the delay between the last SR packet received and the transmission of this report.
Returns
Delay, in units of 1/65536 seconds
uint32 RTCPReceiverInfo::getExtendedSeqNum () const [inline]
uint8 RTCPReceiverInfo::getFractionLost () const [inline]
Get fraction of lost packets, as a number between 0 and 255.
uint32 RTCPReceiverInfo::getJitter () const [inline]
Get the statistical variance of the RTP data packets interarrival time.
Returns
Interarrival jitter, in timestamp units.
uint16 RTCPReceiverInfo::getLastSRNTPTimestampFrac () const [inline]
Get the fractional part of the NTP timestamp of the last SR RTCP packet received from the source this receiver report refers to.
uint16 RTCPReceiverInfo::getLastSRNTPTimestampInt () const [inline]
Get the integer part of the NTP timestamp of the last SR RTCP packet received from the source this receiver report refers to.
Author
Generated automatically by Doxygen for ccRTP from the source code.