| IVT
    | 
#include <VideoWriterCV.h>
| Public Member Functions | |
| CVideoWriterCV () | |
| ~CVideoWriterCV () | |
| bool | OpenVideoWriter (const char *pFileName, int nFourCC, float fps, int width, int height) | 
| bool | WriteFrame (CByteImage *pImage) | 
| void | CloseVideoWriter () | 
Definition at line 59 of file VideoWriterCV.h.
| CVideoWriterCV::CVideoWriterCV | ( | ) | 
Definition at line 61 of file VideoWriterCV.cpp.
| CVideoWriterCV::~CVideoWriterCV | ( | ) | 
Definition at line 66 of file VideoWriterCV.cpp.
| void CVideoWriterCV::CloseVideoWriter | ( | ) | 
Definition at line 99 of file VideoWriterCV.cpp.
| bool CVideoWriterCV::OpenVideoWriter | ( | const char * | pFileName, | 
| int | nFourCC, | ||
| float | fps, | ||
| int | width, | ||
| int | height | ||
| ) | 
Definition at line 77 of file VideoWriterCV.cpp.
| bool CVideoWriterCV::WriteFrame | ( | CByteImage * | pImage | ) | 
Definition at line 90 of file VideoWriterCV.cpp.