Man page - rtcpsenderinfo(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
RTCPSenderInfo
NAMESYNOPSIS
Public Member Functions
Detailed Description
Constructor & Destructor Documentation
RTCPSenderInfo::RTCPSenderInfo (void * si) [inline]
RTCPSenderInfo::RTCPSenderInfo (RTCPCompoundHandler::SenderInfo & si)[inline]
RTCPSenderInfo::˜RTCPSenderInfo () [inline]
Member Function Documentation
uint32 RTCPSenderInfo::getNTPTimestampFrac () const [inline]
uint32 RTCPSenderInfo::getNTPTimestampInt () const [inline]
uint32 RTCPSenderInfo::getOctetCount () const [inline]
uint32 RTCPSenderInfo::getPacketCount () const [inline]
uint32 RTCPSenderInfo::getRTPTimestamp () const [inline]
Author
NAME
RTCPSenderInfo - Sender block information of SR RTCP reports.
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 fedemp@altern.org
Constructor & Destructor Documentation
RTCPSenderInfo::RTCPSenderInfo (void * si) [inline]
RTCPSenderInfo::RTCPSenderInfo (RTCPCompoundHandler::SenderInfo & si)[inline]
RTCPSenderInfo::˜RTCPSenderInfo () [inline]
Member Function Documentation
uint32 RTCPSenderInfo::getNTPTimestampFrac () const [inline]
Get fractional part of the NTP timestamp of this packet.
See also
NTP2Timeval
uint32 RTCPSenderInfo::getNTPTimestampInt () const [inline]
Get integer part of the NTP timestamp of this packet.
See also
NTP2Timeval
uint32 RTCPSenderInfo::getOctetCount () const [inline]
uint32 RTCPSenderInfo::getPacketCount () const [inline]
Get count of sent data packets.
uint32 RTCPSenderInfo::getRTPTimestamp () const [inline]
Author
Generated automatically by Doxygen for ccRTP from the source code.