The class SenderReport represents an RTP sender report as contained in an RTCPSenderReportPacket.
More...
#include <reports.h>
The class SenderReport represents an RTP sender report as contained in an RTCPSenderReportPacket.
inet::rtp::SenderReport::SenderReport |
( |
| ) |
|
|
inline |
inet::rtp::SenderReport::SenderReport |
( |
const SenderReport & |
other | ) |
|
|
inline |
void inet::rtp::SenderReport::dump |
( |
std::ostream & |
os | ) |
const |
|
virtual |
Writes a longer info about this SenderReport into the given stream.
39 os <<
"SenderReport:" << endl;
virtual uint64_t getNTPTimeStamp() const
virtual uint32_t getPacketCount() const
virtual uint32_t getByteCount() const
virtual uint32_t getRTPTimeStamp() const
virtual SenderReport* inet::rtp::SenderReport::dup |
( |
| ) |
const |
|
inlineoverridevirtual |
std::string inet::rtp::SenderReport::info |
( |
| ) |
const |
|
overridevirtual |
Writes a short info about this SenderReport into the given string.
32 std::stringstream out;
virtual uint32_t getRTPTimeStamp() const
SenderReport_Base & operator=(const SenderReport_Base &other)
The documentation for this class was generated from the following files: