Definition at line 245 of file VideoPlayer.h. References mIncrement, mNormalSpeed, and mPlaying. Referenced by Impala::Visualization::VideoPlayerControl::InitDisplayFunc(), and Impala::Application::IDash::NfiSixViewControl::InitDisplayFunc(). 00245 { return mPlaying&& !mNormalSpeed && mIncrement > 0; }
|