#include <RTPMpegPacket.h>
Public Member Functions | |
RTPMpegPacket (const char *name=NULL) | |
RTPMpegPacket (const RTPMpegPacket &packet) | |
virtual | ~RTPMpegPacket () |
RTPMpegPacket & | operator= (const RTPMpegPacket &packet) |
virtual cObject * | dup () const |
virtual const char * | className () const |
virtual int | payloadLength () |
virtual int | pictureType () |
virtual void | setPictureType (int pictureType) |
Static Public Member Functions | |
static int | headerLength () |
|
Default constructor. |
|
Copy constructor. |
|
Destructor. |
|
Returns the class name "RTPMpegPacket". |
|
Duplicates the RTPMpegPacket by calling the copy constructor. |
|
Returns the constant header length (4 bytes). |
|
Assignment operator. |
|
Returns the size of mpeg data. |
|
Returns the picture type of the frame the data in this packet belongs to. |
|
Sets the picture type. |