1.Changed appcontrol parameters of contacts 2.GUI changes 3.Changes to alert tone...
[apps/osp/Call.git] / inc / CallSoundManager.h
index 9fd2e9b..b379a3d 100644 (file)
@@ -37,6 +37,12 @@ using namespace Tizen::Base::Runtime;
  * @brief This class presents sound related functionality required in call module.
  *
  */
+enum CallAlertStatus
+{
+       CALL_ALERT_OFF = 0,
+       CALL_ALERT_SOUND,
+       CALL_ALERT_VIBRATE
+};
 class SoundManager
        : public Tizen::Media::IPlayerEventListener
        , public Tizen::Base::Runtime::ITimerEventListener