Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

MPGFrame Class Reference

#include <MPGFrame.hpp>

Inheritance diagram for MPGFrame:

Frame List of all members.

Public Methods

 MPGFrame (FrameType t=NN_VOP, uint size=0)
 ~MPGFrame ()
YUVFramegetYUVFrame ()
void setYUVFrame (YUVFrame *yuv)

Private Attributes

YUVFrameyuvFrame

Constructor & Destructor Documentation

MPGFrame::MPGFrame FrameType    t = NN_VOP,
uint    size = 0
 

Creats a new MPGFrame.

Parameters:

Definition at line 4 of file MPGFrame.cpp.

References Frame::byteSize, and FrameType.

MPGFrame::~MPGFrame  
 

Definition at line 8 of file MPGFrame.cpp.


Member Function Documentation

YUVFrame * MPGFrame::getYUVFrame  
 

Returns a pointer to the coresponding YUVFrame.

Definition at line 11 of file MPGFrame.cpp.

References yuvFrame.

void MPGFrame::setYUVFrame YUVFrame   yuv
 

Creates a link to the coresponding YUVFrame.

Parameters:
yuv  A pointer to the YUVFrame

Definition at line 15 of file MPGFrame.cpp.

References yuvFrame.

Referenced by PatGen::init().


Member Data Documentation

YUVFrame* MPGFrame::yuvFrame [private]
 

Definition at line 42 of file MPGFrame.hpp.

Referenced by getYUVFrame(), and setYUVFrame().


The documentation for this class was generated from the following files:
Generated on Wed Mar 19 11:57:44 2003 for qctva4lv by doxygen1.2.17