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

Sender block information of SR RTCP reports. More...

#include <rtcppkt.h>

Collaboration diagram for RTCPSenderInfo:
Collaboration graph
[legend]

Public Member Functions

 RTCPSenderInfo (void *si)
 
 RTCPSenderInfo (RTCPCompoundHandler::SenderInfo &si)
 
 ~RTCPSenderInfo ()
 
uint32 getNTPTimestampInt () const
 Get integer part of the NTP timestamp of this packet. More...
 
uint32 getNTPTimestampFrac () const
 Get fractional part of the NTP timestamp of this packet. More...
 
uint32 getRTPTimestamp () const
 
uint32 getPacketCount () const
 Get count of sent data packets. More...
 
uint32 getOctetCount () const
 

Private Attributes

RTCPCompoundHandler::SenderInfo senderInfo
 

Detailed Description

Sender block information of SR RTCP reports.

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

Definition at line 453 of file rtcppkt.h.

Constructor & Destructor Documentation

RTCPSenderInfo::RTCPSenderInfo ( void *  si)
inline

Definition at line 456 of file rtcppkt.h.

RTCPSenderInfo::RTCPSenderInfo ( RTCPCompoundHandler::SenderInfo si)
inline

Definition at line 460 of file rtcppkt.h.

RTCPSenderInfo::~RTCPSenderInfo ( )
inline

Definition at line 465 of file rtcppkt.h.

Member Function Documentation

uint32 RTCPSenderInfo::getNTPTimestampFrac ( ) const
inline

Get fractional part of the NTP timestamp of this packet.

See Also
NTP2Timeval

Definition at line 481 of file rtcppkt.h.

uint32 RTCPSenderInfo::getNTPTimestampInt ( ) const
inline

Get integer part of the NTP timestamp of this packet.

See Also
NTP2Timeval

Definition at line 473 of file rtcppkt.h.

uint32 RTCPSenderInfo::getOctetCount ( ) const
inline

Definition at line 496 of file rtcppkt.h.

uint32 RTCPSenderInfo::getPacketCount ( ) const
inline

Get count of sent data packets.

Definition at line 492 of file rtcppkt.h.

uint32 RTCPSenderInfo::getRTPTimestamp ( ) const
inline

Definition at line 485 of file rtcppkt.h.

Field Documentation

RTCPCompoundHandler::SenderInfo RTCPSenderInfo::senderInfo
private

Definition at line 500 of file rtcppkt.h.


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