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

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

Definition at line 59 of file Mpeg7Doc.h.

References mEndFrame, mShotName, and mStartFrame.

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

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


Generated on Fri Mar 19 11:30:41 2010 for ImpalaSrc by  doxygen 1.5.1