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

bool Impala::Core::Stream::RgbDataSrcAVI::ReadFrameData (  )  [inline, protected, virtual]

Implements Impala::Core::Stream::RgbDataSrc.

Definition at line 41 of file RgbDataSrcAVI.h.

References Impala::Core::Stream::RgbDataSrc::FrameNr(), Impala::Core::Stream::RgbDataSrc::mData, and mSrcHandle.

00042     {
00043         mData = HxAVIGetFrame(mSrcHandle, FrameNr());
00044         return true;
00045     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:17:13 2010 for ImpalaSrc by  doxygen 1.5.1