Definition at line 320 of file VideoJpgPlayer.h. References mArray, mFitViewToWindow, mLastTime, mListener, mLooping, mNoKeyboardCommands, mNormalSpeed, mOglView, mPlaying, mScaleImageToView, mVideo, and OpenVideo(). 00321 { 00322 mArray = 0; 00323 00324 mListener = 0; 00325 00326 mOglView = 0; 00327 mNoKeyboardCommands = false; 00328 mLooping = false; 00329 mPlaying = 0; 00330 mLastTime = 0; 00331 mNormalSpeed = true; 00332 mFitViewToWindow = true; 00333 mScaleImageToView = true; 00334 00335 OpenVideo(*mVideo); 00336 }
Here is the call graph for this function:
|