|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/rtp/profiles/avprofile/RTPMpegPacket.msg:36 by nedtool.
More...
#include <RTPMpegPacket_m.h>
Public Member Functions | |
| RTPMpegPacket (const char *name=nullptr, short kind=0) | |
| RTPMpegPacket (const RTPMpegPacket &other) | |
| virtual | ~RTPMpegPacket () |
| RTPMpegPacket & | operator= (const RTPMpegPacket &other) |
| virtual RTPMpegPacket * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual int | getHeaderLength () const |
| virtual void | setHeaderLength (int headerLength) |
| virtual int | getPayloadLength () const |
| virtual void | setPayloadLength (int payloadLength) |
| virtual int | getPictureType () const |
| virtual void | setPictureType (int pictureType) |
Protected Member Functions | |
| bool | operator== (const RTPMpegPacket &) |
Protected Attributes | |
| int | headerLength |
| int | payloadLength |
| int | pictureType |
Private Member Functions | |
| void | copy (const RTPMpegPacket &other) |
Class generated from inet/transportlayer/rtp/profiles/avprofile/RTPMpegPacket.msg:36 by nedtool.
packet RTPMpegPacket { int headerLength = 4; int payloadLength; // size of the mpeg data int pictureType; // picture type of the frame the data in this packet belongs to.
// currenrtly unused fields:
//int mzb;
//int two;
//int temporalReference;
//int activeN;
//int newPictureHeader;
//int sequenceHeaderPresent;
//int beginningOfSlice;
//int endOfSlice;
//int fbv;
//int bfc;
//int ffv;
//int ffc;
}
| inet::rtp::RTPMpegPacket::RTPMpegPacket | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::rtp::RTPMpegPacket::RTPMpegPacket | ( | const RTPMpegPacket & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
|
virtual |
Referenced by inet::rtp::RTPAVProfilePayload32Receiver::processPacket().
|
virtual |
Referenced by inet::rtp::RTPAVProfilePayload32Receiver::processPacket().
| RTPMpegPacket& inet::rtp::RTPMpegPacket::operator= | ( | const RTPMpegPacket & | other | ) |
|
protected |
|
overridevirtual |
Referenced by inet::rtp::doParsimPacking().
|
overridevirtual |
Referenced by inet::rtp::doParsimUnpacking().
|
virtual |
|
virtual |
Referenced by inet::rtp::RTPAVProfilePayload32Sender::sendPacket().
|
virtual |
Referenced by inet::rtp::RTPAVProfilePayload32Sender::sendPacket().
|
protected |
|
protected |
|
protected |