Definition at line 195 of file VideoJpgPlayer.h. References mIncrement, mNormalSpeed, and mPlaying. Referenced by Impala::Visualization::VideoJpgPlayerControl::InitDisplayFunc(). 00196 { 00197 return mPlaying && !mNormalSpeed && mIncrement > 0; 00198 }
|