Bayonne2 / Common C++ 2 Framework
 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 456 of file rtcppkt.h.

Constructor & Destructor Documentation

RTCPSenderInfo::RTCPSenderInfo ( void *  si)
inline

Definition at line 459 of file rtcppkt.h.

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

Definition at line 463 of file rtcppkt.h.

RTCPSenderInfo::~RTCPSenderInfo ( )
inline

Definition at line 468 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 484 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 476 of file rtcppkt.h.

uint32 RTCPSenderInfo::getOctetCount ( ) const
inline

Definition at line 499 of file rtcppkt.h.

uint32 RTCPSenderInfo::getPacketCount ( ) const
inline

Get count of sent data packets.

Definition at line 495 of file rtcppkt.h.

uint32 RTCPSenderInfo::getRTPTimestamp ( ) const
inline

Definition at line 488 of file rtcppkt.h.

Field Documentation

RTCPCompoundHandler::SenderInfo RTCPSenderInfo::senderInfo
private

Definition at line 503 of file rtcppkt.h.


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