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

Impala::Core::VideoSet::Mpeg7Doc::Mpeg7Doc ( String  fileName,
Util::IOBuffer ioBuf,
int  frameRateNum,
int  frameRateDen 
) [inline]

Definition at line 25 of file Mpeg7Doc.h.

References mAnnoIsConcept, mFractions, mFrameRateDen, mFrameRateNum, and ReadData().

00027     {
00028         mAnnoIsConcept = false;
00029         mFractions = 0;
00030         mFrameRateNum = frameRateNum;
00031         mFrameRateDen = frameRateDen;
00032         ReadData(fileName, ioBuf); // ReadData deletes ioBuf
00033     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:04 2011 for ImpalaSrc by  doxygen 1.5.1