camerauis/cameraxui/cxengine/inc/cxevideocapturecontrolsymbian.h
changeset 39 c5025ea871a1
parent 38 0f0b4c1d7744
child 41 67457b2ffb33
equal deleted inserted replaced
38:0f0b4c1d7744 39:c5025ea871a1
   123     int calculateRemainingTime(const CxeVideoDetails& videoDetails);
   123     int calculateRemainingTime(const CxeVideoDetails& videoDetails);
   124     void updateRemainingRecordingTimeCounter();
   124     void updateRemainingRecordingTimeCounter();
   125     void generateFilename();
   125     void generateFilename();
   126     void handlePrepareFailed();
   126     void handlePrepareFailed();
   127     void handleComposeFailed(int error);
   127     void handleComposeFailed(int error);
       
   128     void emulateNormalStopping();
   128 
   129 
   129 protected: // protected data
   130 protected: // protected data
   130     //! Video Recorder
   131     //! Video Recorder
   131     CxeVideoRecorderUtility *mVideoRecorder;
   132     CxeVideoRecorderUtility *mVideoRecorder;
   132 
   133