IVT
CVideoWriterCV Class Reference

#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 ()
 

Detailed Description

Definition at line 59 of file VideoWriterCV.h.

Constructor & Destructor Documentation

CVideoWriterCV::CVideoWriterCV ( )

Definition at line 61 of file VideoWriterCV.cpp.

CVideoWriterCV::~CVideoWriterCV ( )

Definition at line 66 of file VideoWriterCV.cpp.

Member Function Documentation

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.


The documentation for this class was generated from the following files: