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

void Impala::Core::Stream::Lavc::VideoIndex::AddFrame ( int  frameNr,
bool  isSeekable,
const UInt64 seekPosition 
) [inline]

Adds an entry to the end of the index for the specified frame.

Definition at line 35 of file VideoIndex.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Add(), and mSeekTable.

Referenced by Impala::Core::Stream::Lavc::StrategyUsingNativeIndex::ConstructIndexProtected(), and Impala::Core::Stream::Lavc::StrategyIgnoringNativeIndex::ConstructIndexProtected().

00036     {
00037         mSeekTable.Add(frameNr, (isSeekable ? 1 : 0), seekPosition);
00038     }

Here is the call graph for this function:


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