Main Page | Class Hierarchy | Class List | Directories | Class Members

MntRTPMPEGPacket Class Reference

Encapsulates an RTP packet with MPEG1 video payload. More...

#include <mnt_rtp_mpeg.h>

Inheritance diagram for MntRTPMPEGPacket:

MntData List of all members.

Public Member Functions

 MntRTPMPEGPacket (unsigned char *data, int size)
 Given a pointer to a memory buffer and size of the buffer, initialize rtp_hdr_, pl_hdr_ and pl_data_ to points to the proper memory locations.

Public Attributes

MntRTPHdrrtp_hdr_
MntRTPMPEGHdrpl_hdr_
unsigned char * pl_data_
int pl_len_

Detailed Description

Encapsulates an RTP packet with MPEG1 video payload.


Member Data Documentation

unsigned char* MntRTPMPEGPacket::pl_data_
 

pointer to payload data

MntRTPMPEGHdr* MntRTPMPEGPacket::pl_hdr_
 

pointer to payload header

int MntRTPMPEGPacket::pl_len_
 

length of payload data

MntRTPHdr* MntRTPMPEGPacket::rtp_hdr_
 

pointer to RTP header


The documentation for this class was generated from the following file:
Generated on Wed Sep 14 12:37:13 2005 for mnt by  doxygen 1.4.4