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

bool Impala::Core::Stream::RgbDataDstAVI::Valid (  )  [inline, virtual]

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

Definition at line 27 of file RgbDataDstAVI.h.

References mAviHandle.

00028     {
00029         if (mAviHandle == 0)
00030             return false;
00031         return true;
00032     }


Generated on Thu Jan 13 09:20:25 2011 for ImpalaSrc by  doxygen 1.5.1