![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cVideoH264.h>
Additional Inherited Members | |
![]() | |
virtual | ~IVideoCompress () |
virtual HRESULT | CompStart (const cSurfaceInfo &rInfo, cSurfaceBitmapInfo *pbiOut)=0 |
virtual HRESULT | CompFrame (const cSurfaceBase &frame, OUT const void *&rpCompRet, OUT size_t &rnSizeRet, OUT bool &rbIsKey)=0 |
virtual void | CompEnd () |
virtual AV_QUALITY_t | get_CompQuality () const |
![]() | |
cVideoH264 (void) | |
~cVideoH264 (void) | |
Encode a H.264 video stream. We should cache this if possible if it might be reused since it is CPU heavy.