SYNOPSIS

#include <rtcppkt.h>

Public Member Functions

RTCPSenderInfo (void *si)

RTCPSenderInfo (RTCPCompoundHandler::SenderInfo &si)

~RTCPSenderInfo ()

uint32 getNTPTimestampInt () const

Get integer part of the NTP timestamp of this packet. uint32 getNTPTimestampFrac () const

Get fractional part of the NTP timestamp of this packet. uint32 getRTPTimestamp () const

uint32 getPacketCount () const

Get count of sent data packets. uint32 getOctetCount () const

Detailed Description

Sender block information of SR RTCP reports.

Author:

Federico Montesino Pouzols [email protected]

Constructor & Destructor Documentation

RTCPSenderInfo::RTCPSenderInfo (void *si)\fC [inline]\fP

RTCPSenderInfo::RTCPSenderInfo (\fBRTCPCompoundHandler::SenderInfo\fP &si)\fC [inline]\fP

RTCPSenderInfo::~RTCPSenderInfo ()\fC [inline]\fP

Member Function Documentation

uint32 RTCPSenderInfo::getNTPTimestampFrac () const\fC [inline]\fP

Get fractional part of the NTP timestamp of this packet.

See also:

NTP2Timeval

uint32 RTCPSenderInfo::getNTPTimestampInt () const\fC [inline]\fP

Get integer part of the NTP timestamp of this packet.

See also:

NTP2Timeval

uint32 RTCPSenderInfo::getOctetCount () const\fC [inline]\fP

uint32 RTCPSenderInfo::getPacketCount () const\fC [inline]\fP

Get count of sent data packets.

uint32 RTCPSenderInfo::getRTPTimestamp () const\fC [inline]\fP

Author

Generated automatically by Doxygen for ccRTP from the source code.