Packet RTPMpegPacket

File: src/inet/transportlayer/rtp/profiles/avprofile/RTPMpegPacket.msg

C++ definition

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Fields:

Name Type Description
headerLength int
payloadLength int

size of the mpeg data

pictureType int

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;

Source code:

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;
}