[Release version 0.10.43] Add New attributes for Pan, Tilt, Display ROI Area
[platform/core/multimedia/libmm-camcorder.git] / src / include / mm_camcorder_platform.h
index d74c8cf..bfcb88b 100644 (file)
@@ -145,7 +145,7 @@ extern "C" {
 #define _MMCAMCORDER_SENSOR_ENUM_NONE  -255
 
 /* camera information related */
-#define CAMINFO_CONVERT_NUM            40
+#define CAMINFO_CONVERT_NUM            45
 
 
 /*=======================================================================================
@@ -187,7 +187,8 @@ typedef enum {
 typedef enum {
        MM_CAMCONVERT_CATEGORY_CAMERA  = 1 << 0,
        MM_CAMCONVERT_CATEGORY_DISPLAY = 1 << 1,
-       MM_CAMCONVERT_CATEGORY_AUDIO   = 1 << 2
+       MM_CAMCONVERT_CATEGORY_AUDIO   = 1 << 2,
+       MM_CAMCONVERT_CATEGORY_ALL = MM_CAMCONVERT_CATEGORY_CAMERA | MM_CAMCONVERT_CATEGORY_DISPLAY | MM_CAMCONVERT_CATEGORY_AUDIO
 } MMCamConvertingCategory;
 
 /*=======================================================================================