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