camerauis/cameraapp/generic/common/inc/Cam.hrh
branchRCL_3
changeset 13 38fb6f7eacd5
parent 10 8c55c525d5d7
child 19 e32fcfe0045f
equal deleted inserted replaced
12:51dda465e618 13:38fb6f7eacd5
   164   ECamCmdCustomiseToolbarReset,
   164   ECamCmdCustomiseToolbarReset,
   165   ECamCmdEditPhoto,
   165   ECamCmdEditPhoto,
   166   ECamCmdEditVideo,
   166   ECamCmdEditVideo,
   167   ECamCmdPrint,
   167   ECamCmdPrint,
   168   ECamCmdShareOnOvi,
   168   ECamCmdShareOnOvi,
       
   169   ECamCmdShareSettings,  
   169   ECamMSKCmdAppChange,
   170   ECamMSKCmdAppChange,
   170   ECamMSKCmdAppCapture,
   171   ECamMSKCmdAppCapture,
   171   ECamMSKCmdAppRecord,
   172   ECamMSKCmdAppRecord,
   172   ECamMSKCmdSelect,
   173   ECamMSKCmdSelect,
   173   ECamCmdRestoreCameraSettings,
   174   ECamCmdRestoreCameraSettings,
   218     {
   219     {
   219     ECamVideoStartSoundId = 1,
   220     ECamVideoStartSoundId = 1,
   220     ECamVideoStopSoundId,
   221     ECamVideoStopSoundId,
   221     ECamVideoPauseSoundId,
   222     ECamVideoPauseSoundId,
   222     ECamVideoResumeSoundId,
   223     ECamVideoResumeSoundId,
   223     ECamInCallToneId,
       
   224     ECamStillCaptureSoundId1,
   224     ECamStillCaptureSoundId1,
   225     ECamStillCaptureSoundId2,
   225     ECamStillCaptureSoundId2,
   226     ECamStillCaptureSoundId3,
   226     ECamStillCaptureSoundId3,
   227     ECamStillCaptureSoundId4,
   227     ECamStillCaptureSoundId4,
   228     ECamSelfTimerSoundId,
   228     ECamSelfTimerSoundId,
   335     ECameraPluginExit = 0,
   335     ECameraPluginExit = 0,
   336     ECameraInternalExit,
   336     ECameraInternalExit,
   337     ECameraCompleteExit
   337     ECameraCompleteExit
   338     };
   338     };
   339 
   339 
       
   340 /** 
       
   341  * Cameraui error codes
       
   342  */
       
   343 
       
   344 enum TCamErrorCode
       
   345     {
       
   346     ECamMinErrCode = -16384,
       
   347     ECamErrMassStorageMode,
       
   348     ECamErrMemoryCardNotInserted
       
   349     };
       
   350 
   340 #endif // CAM_HRH
   351 #endif // CAM_HRH
   341 
   352 
   342 // End of File
   353 // End of File