#include <MPGFrame.hpp>
Inheritance diagram for MPGFrame:
Public Methods | |
MPGFrame (FrameType t=NN_VOP, uint size=0) | |
~MPGFrame () | |
YUVFrame * | getYUVFrame () |
void | setYUVFrame (YUVFrame *yuv) |
Private Attributes | |
YUVFrame * | yuvFrame |
|
Creats a new MPGFrame.
Definition at line 4 of file MPGFrame.cpp. References Frame::byteSize, and FrameType. |
|
Definition at line 8 of file MPGFrame.cpp. |
|
Returns a pointer to the coresponding YUVFrame. Definition at line 11 of file MPGFrame.cpp. References yuvFrame. |
|
Creates a link to the coresponding YUVFrame.
Definition at line 15 of file MPGFrame.cpp. References yuvFrame. Referenced by PatGen::init(). |
|
Definition at line 42 of file MPGFrame.hpp. Referenced by getYUVFrame(), and setYUVFrame(). |