INET Framework for OMNeT++/OMNEST
|
The class ReceptionReport represents an RTP receiver report stored in an RTPSenderReportPacket or RTPReceiverReport. More...
#include <reports.h>
Public Member Functions | |
ReceptionReport () | |
ReceptionReport (const ReceptionReport &other) | |
ReceptionReport & | operator= (const ReceptionReport &other) |
virtual ReceptionReport * | dup () const override |
virtual std::string | info () const override |
Writes a short info about this ReceptionReport into the given string. More... | |
virtual void | dump (std::ostream &os) const |
Writes a longer info about this ReceptionReport into the given stream. More... | |
Public Member Functions inherited from inet::rtp::ReceptionReport_Base | |
virtual | ~ReceptionReport_Base () |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual uint32_t | getSsrc () const |
virtual void | setSsrc (uint32_t ssrc) |
virtual uint8_t | getFractionLost () const |
virtual void | setFractionLost (uint8_t fractionLost) |
virtual int | getPacketsLostCumulative () const |
virtual void | setPacketsLostCumulative (int packetsLostCumulative) |
virtual uint32_t | getSequenceNumber () const |
virtual void | setSequenceNumber (uint32_t sequenceNumber) |
virtual int | getJitter () const |
virtual void | setJitter (int jitter) |
virtual int | getLastSR () const |
virtual void | setLastSR (int lastSR) |
virtual int | getDelaySinceLastSR () const |
virtual void | setDelaySinceLastSR (int delaySinceLastSR) |
Additional Inherited Members | |
Protected Member Functions inherited from inet::rtp::ReceptionReport_Base | |
bool | operator== (const ReceptionReport_Base &) |
ReceptionReport_Base () | |
ReceptionReport_Base (const ReceptionReport_Base &other) | |
ReceptionReport_Base & | operator= (const ReceptionReport_Base &other) |
Protected Attributes inherited from inet::rtp::ReceptionReport_Base | |
uint32_t | ssrc |
uint8_t | fractionLost |
int | packetsLostCumulative |
uint32_t | sequenceNumber |
int | jitter |
int | lastSR |
int | delaySinceLastSR |
The class ReceptionReport represents an RTP receiver report stored in an RTPSenderReportPacket or RTPReceiverReport.
|
inline |
|
inline |
|
virtual |
Writes a longer info about this ReceptionReport into the given stream.
|
inlineoverridevirtual |
Reimplemented from inet::rtp::ReceptionReport_Base.
|
overridevirtual |
Writes a short info about this ReceptionReport into the given string.
|
inline |