Definition at line 396 of file VideoPlayer.h. References Impala::Core::Stream::RgbDataSrc::LastFrame(), Impala::Core::Stream::RgbDataSrc::LASTFRAME_UNKNOWN, and mRgbDataSrc. Referenced by Impala::Application::IDash::NfiSixView::OpenVideo(). 00397 { 00398 if (mRgbDataSrc == 0) 00399 return -1; 00400 int lastFrame = mRgbDataSrc->LastFrame(); 00401 if (lastFrame == RgbDataSrc::LASTFRAME_UNKNOWN) 00402 return -1; 00403 return lastFrame; 00404 }
Here is the call graph for this function:
|