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

virtual bool Impala::Core::Stream::Lavc::StrategyUsingNativeIndex::FrameCanBeRead ( int  frameNr  )  const [inline, virtual]

Implements Impala::Core::Stream::Lavc::VideoAccessStrategy.

Definition at line 31 of file StrategyUsingNativeIndex.h.

References FrameIsBadInNativeIndex().

00032     {
00033         // frames recognized by lavc to be bad, can not be read
00034         return !FrameIsBadInNativeIndex(frameNr);
00035     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:18:15 2010 for ImpalaSrc by  doxygen 1.5.1