Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:20:29 2011 for ImpalaSrc by  doxygen 1.5.1