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

MPGFrame.cpp

Go to the documentation of this file.
00001 #include "MPGFrame.hpp"
00002 
00003 
00004 MPGFrame::MPGFrame(FrameType t, uint size):Frame(t) {
00005     byteSize = size;
00006 }
00007 
00008 MPGFrame::~MPGFrame() {
00009 }
00010 
00011 YUVFrame* MPGFrame::getYUVFrame() {
00012         return yuvFrame;
00013 }
00014 
00015 void MPGFrame::setYUVFrame(YUVFrame *yuv) {
00016         yuvFrame = yuv;
00017 }

Generated on Wed Mar 19 11:57:42 2003 for qctva4lv by doxygen1.2.17