camerauis/cameraxui/cxengine/inc/api/cxenamespace.h
changeset 48 42ba2d16bf40
parent 37 64817133cd1d
equal deleted inserted replaced
37:64817133cd1d 48:42ba2d16bf40
   118         Repository, // repository key
   118         Repository, // repository key
   119         PublishAndSubscribe // P&S key
   119         PublishAndSubscribe // P&S key
   120     };
   120     };
   121 
   121 
   122     /*!
   122     /*!
   123     * Index to CxeRuntimeKeys::FREE_MEMORY_LEVELS comma separated values
   123     * Index to CxeVariationKeys::FREE_MEMORY_LEVELS comma separated values
   124     */
   124     */
   125     enum FreeMemoryIndex
   125     enum FreeMemoryIndex
   126     {
   126     {
   127         FreeMemoryTrigger = 0,
   127         FreeMemoryTrigger = 0,
   128         FreeMemoryTarget
   128         FreeMemoryTarget
   191     static const char*  FNAME_FOLDER_SUFFIX                    = "folder_suffix";
   191     static const char*  FNAME_FOLDER_SUFFIX                    = "folder_suffix";
   192     static const char*  FNAME_MONTH_FOLDER                     = "month_folder";
   192     static const char*  FNAME_MONTH_FOLDER                     = "month_folder";
   193     static const char*  FNAME_IMAGE_COUNTER                    = "image_counter";
   193     static const char*  FNAME_IMAGE_COUNTER                    = "image_counter";
   194     static const char*  FNAME_VIDEO_COUNTER                    = "video_counter";
   194     static const char*  FNAME_VIDEO_COUNTER                    = "video_counter";
   195 
   195 
   196     // scene mode keys
   196     // scene modes. these ids are used to access scene data in settings (CxeScene)
   197     static const char* IMAGE_SCENE                             = "still_scene_modes";
   197     static const char* IMAGE_SCENE_DATA                        = "still_scene_mode_data";
   198     static const char* VIDEO_SCENE                             = "video_scene_modes";
   198     static const char* VIDEO_SCENE_DATA                        = "video_scene_mode_data";
       
   199 
       
   200     // these setting ids are used to access scene id
       
   201     static const char* IMAGE_SCENE                             = "still_scene_mode";
       
   202     static const char* VIDEO_SCENE                             = "video_scene_mode";
   199 
   203 
   200     // setting keys for post capture timeout
   204     // setting keys for post capture timeout
   201     static const char*  STILL_SHOWCAPTURED                     = "still_showcaptured";
   205     static const char*  STILL_SHOWCAPTURED                     = "still_showcaptured";
   202     static const char*  VIDEO_SHOWCAPTURED                     = "video_showcaptured";
   206     static const char*  VIDEO_SHOWCAPTURED                     = "video_showcaptured";
   203 
   207 
   204     // video mute setting
   208     // video mute setting
   205     static const char*  VIDEO_MUTE_SETTING                     = "video_mute_setting";
   209     static const char*  VIDEO_MUTE_SETTING                     = "video_mute_setting";
   206 }
   210 }
   207 
   211 
   208 
   212 
   209 namespace CxeRuntimeKeys
   213 namespace CxeVariationKeys
   210 {
   214 {
   211     // Runtime keys
   215     // Runtime variation keys
   212     static const char* PRIMARY_CAMERA_CAPTURE_KEYS   = "primary_camera_capture_keys";
       
   213     static const char* PRIMARY_CAMERA_AUTOFOCUS_KEYS = "primary_camera_autofocus_keys";
       
   214     static const char* SECONDARY_CAMERA_CAPTURE_KEYS = "secondary_camera_capture_keys";
       
   215     static const char* FREE_MEMORY_LEVELS            = "free_memory_levels";
   216     static const char* FREE_MEMORY_LEVELS            = "free_memory_levels";
   216     static const char* STILL_MAX_ZOOM_LIMITS         = "still_max_zoom_limits";
   217     static const char* STILL_MAX_ZOOM_LIMITS         = "still_max_zoom_limits";
   217     static const char* VIDEO_MAX_ZOOM_LIMITS         = "video_max_zoom_limits";
   218     static const char* VIDEO_MAX_ZOOM_LIMITS         = "video_max_zoom_limits";
   218 }
   219 }
   219 
   220