ccRTP 2.1.2
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes
RTCPReceiverInfo Class Reference

Report block information of SR/RR RTCP reports. More...

#include <rtcppkt.h>

Collaboration diagram for RTCPReceiverInfo:
Collaboration graph
[legend]

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. More...
 
uint32 getCumulativePacketLost () const
 
uint32 getExtendedSeqNum () const
 
uint32 getJitter () const
 Get the statistical variance of the RTP data packets interarrival time. More...
 
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. More...
 
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. More...
 
uint32 getDelayLastSR () const
 Get the delay between the last SR packet received and the transmission of this report. More...
 

Private Attributes

RTCPCompoundHandler::ReceiverInfo receiverInfo
 

Detailed Description

Report block information of SR/RR RTCP reports.

Author
Federico Montesino Pouzols fedem.nosp@m.p@al.nosp@m.tern..nosp@m.org

Definition at line 373 of file rtcppkt.h.

Constructor & Destructor Documentation

RTCPReceiverInfo::RTCPReceiverInfo ( void *  ri)
inline

Definition at line 376 of file rtcppkt.h.

RTCPReceiverInfo::RTCPReceiverInfo ( RTCPCompoundHandler::ReceiverInfo si)
inline

Definition at line 380 of file rtcppkt.h.

RTCPReceiverInfo::~RTCPReceiverInfo ( )
inline

Definition at line 385 of file rtcppkt.h.

Member Function Documentation

uint32 RTCPReceiverInfo::getCumulativePacketLost ( ) const
inline

Definition at line 397 of file rtcppkt.h.

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

Definition at line 440 of file rtcppkt.h.

uint32 RTCPReceiverInfo::getExtendedSeqNum ( ) const
inline

Definition at line 402 of file rtcppkt.h.

uint8 RTCPReceiverInfo::getFractionLost ( ) const
inline

Get fraction of lost packets, as a number between 0 and 255.

Definition at line 393 of file rtcppkt.h.

uint32 RTCPReceiverInfo::getJitter ( ) const
inline

Get the statistical variance of the RTP data packets interarrival time.

Returns
Interarrival jitter, in timestamp units.

Definition at line 412 of file rtcppkt.h.

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.

Definition at line 430 of file rtcppkt.h.

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.

Definition at line 421 of file rtcppkt.h.

Field Documentation

RTCPCompoundHandler::ReceiverInfo RTCPReceiverInfo::receiverInfo
private

Definition at line 444 of file rtcppkt.h.


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