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

bool Impala::Core::VideoJob::Data::IsDiscarded ( int  video  )  const [inline]

Definition at line 85 of file Data.h.

References mVideos.

Referenced by IsValid().

00086     {
00087         std::map<int, VideoMeta>::const_iterator iter = mVideos.find(video);
00088         return (iter->second.discarded) ? true : false;
00089     }


Generated on Fri Mar 19 11:27:37 2010 for ImpalaSrc by  doxygen 1.5.1