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

void Impala::Core::VideoSet::Mpeg7Doc::AddShot ( String  name,
int  startFrame,
int  endFrame 
) [inline]

Definition at line 58 of file Mpeg7Doc.h.

References mEndFrame, mShotName, and mStartFrame.

Referenced by Impala::Core::VideoSet::ShotSegmenter::ConstructMpeg7Doc(), Impala::Application::Util::DoExportShotMpeg7(), and ReadData().

00059     {
00060         mShotName.push_back(name);
00061         mStartFrame.push_back(startFrame);
00062         mEndFrame.push_back(endFrame);
00063     }


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