Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Core::Stream::RgbDataDstAVI::NextFrame ( unsigned char *  dataPtr  )  [inline, virtual]

Reimplemented from Impala::Core::Stream::RgbDataDst.

Definition at line 35 of file RgbDataDstAVI.h.

References mAviHandle.

00036     {
00037         if (! dataPtr)
00038         {
00039             std::cout << "RgbDataDstAVI::nextFrame : dataPtr is null" << std::endl;
00040             return;
00041         }
00042         HxAVIPutFrame(mAviHandle, dataPtr);
00043     }


Generated on Fri Mar 19 11:16:52 2010 for ImpalaSrc by  doxygen 1.5.1