Add VCONFKEY_SOUND_STATUS_AVRECORDING enum
authorSangchul Lee <sc11.lee@samsung.com>
Tue, 2 Jul 2013 06:57:19 +0000 (15:57 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 2 Jul 2013 06:57:19 +0000 (15:57 +0900)
include/vconf-internal-sound-keys.h
packaging/vconf-internal-keys.spec

index 512b6f2..cc52d3d 100644 (file)
@@ -28,7 +28,7 @@
  * @file        vconf-internal-sound-keys.h
  * @defgroup    vconf_internal_sound_key Definitions of internal shared Keys for sound
  * @ingroup     vconf_internal_key
- * @author      seungbae.shin@samsung.com
+ * @author      seungbae.shin@samsung.com, sc11.lee@samsung.com
  * @version     0.1
  * @brief       This file has the definitions of shared keys for sound \n
  */
  * @addtogroup vconf_internal_sound_key
  * @{
  * @brief Sound Keys & Values\n
- *        Maintainer : seungbae.shin@samsung.com
+ *        Maintainer : seungbae.shin@samsung.com, sc11.lee@samsung.com
  */
 
 /**
  * @brief Sound status(int)
  *
- * Sound is not in use = 0 \n
- * Sound is in use = 1
+ * STATUS_NONE                  = 0x00000000
+ * STATUS_SHARE_MMPLAYER        = 0x00000001
+ * STATUS_SHARE_MMCAMCORDER     = 0x00000002
+ * STATUS_SHARE_MMSOUND         = 0x00000004
+ * STATUS_SHARE_OPENAL          = 0x00000008
+ * STATUS_SHARE_AVSYSTEM        = 0x00000010
+ * STATUS_EXCLUSIVE_MMPLAYER    = 0x00000020
+ * STATUS_EXCLUSIVE_MMCAMCORDER = 0x00000040
+ * STATUS_EXCLUSIVE_MMSOUND     = 0x00000080
+ * STATUS_EXCLUSIVE_OPENAL      = 0x00000100
+ * STATUS_EXCLUSIVE_AVSYSTEM    = 0x00000200
+ * STATUS_NOTIFY                = 0x00000400
+ * STATUS_CALL                  = 0x10000000
+ * STATUS_SHARE_FMRADIO         = 0x00000800
+ * STATUS_EXCLUSIVE_FMRADIO     = 0x00001000
+ * STATUS_EARJACK_UNPLUG        = 0x00002000
+ * STATUS_ALARM                 = 0x00100000
+ * STATUS_VIDEOCALL             = 0x20000000
+ * STATUS_MONITOR               = 0x80000000
+ * STATUS_RICH_CALL             = 0x40000000
+ * STATUS_EMERGENCY             = 0x00004000
+ * STATUS_EXCLUSIVE_RESOURCE    = 0x00008000
+ *
+ * 0 : Sound is not in use (STATUS_NONE)\n
+ * not 0 : Sound is in use (combination of above status)
  */
 #define VCONFKEY_SOUND_STATUS "memory/Sound/SoundStatus"
+enum {
+       VCONFKEY_SOUND_STATUS_AVRECORDING = 0x00000040
+};
 
 /**
  * @}
index 124e1f5..78d8797 100644 (file)
@@ -1,6 +1,6 @@
 Name:       vconf-internal-keys
 Summary:    Internal shared keys for vconf
-Version:    0.0.81
+Version:    0.0.82
 Release:    0
 Group:      Development/Headers
 License:    Apache License, Version 2.0