[sound] Add VCONFKEY_SOUND_VOICE_CONTROL_STATUS, VCONFKEY_SOUND_CAPTURE_STATUS 37/38237/1 accepted/tizen/common/20150427.100244 accepted/tizen/mobile/20150427.104048 accepted/tizen/tv/20150428.063418 accepted/tizen/wearable/20150427.103322 submit/tizen/20150425.021921
authorSeungbae Shin <seungbae.shin@samsung.com>
Wed, 15 Apr 2015 07:13:50 +0000 (16:13 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Wed, 15 Apr 2015 07:15:11 +0000 (16:15 +0900)
Signed-off-by: Seungbae Shin <seungbae.shin@samsung.com>
Change-Id: I088e8d33ba3b7537a8547e92885bf262c8534851

include/vconf-internal-sound-keys.h

index cc52d3d..2a13589 100644 (file)
  * STATUS_EARJACK_UNPLUG        = 0x00002000
  * STATUS_ALARM                 = 0x00100000
  * STATUS_VIDEOCALL             = 0x20000000
+ * STATUS_VOIP                  = 0x00010000
  * STATUS_MONITOR               = 0x80000000
  * STATUS_RICH_CALL             = 0x40000000
  * STATUS_EMERGENCY             = 0x00004000
  * STATUS_EXCLUSIVE_RESOURCE    = 0x00008000
+ * STATUS_VOICE_RECOGNITION     = 0x00020000
  *
  * 0 : Sound is not in use (STATUS_NONE)\n
  * not 0 : Sound is in use (combination of above status)
@@ -76,6 +78,23 @@ enum {
 };
 
 /**
+ * @brief Indicates whether sound capture is in use or not
+ *
+ * 0 : sound capture Not in use
+ * 1 : sound capture in use
+ */
+#define VCONFKEY_SOUND_CAPTURE_STATUS "memory/Sound/SoundCaptureStatus"
+
+/**
+ * @brief Indicates whether voice control is enabled or not
+ *
+ * 0 : voice control Not in use
+ * 1 : voice control in use
+ */
+#define VCONFKEY_SOUND_VOICE_CONTROL_STATUS "memory/private/Sound/VoiceControlOn"
+
+
+/**
  * @}
  */