Definition at line 199 of file VideoJpgPlayer.h. References mIncrement, mNormalSpeed, and mPlaying. Referenced by Impala::Visualization::VideoJpgPlayerControl::InitDisplayFunc(). 00200 { 00201 return mPlaying && !mNormalSpeed && mIncrement < 0; 00202 }
|