DivXNetworks, Inc.
Main Page | Namespace List | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals | Related Pages

FrameOutput.h

Go to the documentation of this file.
00001 
00016 #ifndef _Q_FrameOutput
00017 #define _Q_FrameOutput
00018 
00020 class FrameOutput
00021 {
00022 public:
00023     unsigned char* bitstreamBuffer; 
00024     int sizeBitstreamBuffer; 
00025     int sizeBitstream; 
00026     bool keyframe; 
00027 };
00028 
00029 #endif // _Q_FrameOutput
00030 

Generated on Tue Jan 24 16:43:33 2006 for DivX Codec API Documentation.