Add support for mute API set
[platform/core/multimedia/libmm-sound.git] / include / mm_sound.h
index 99c2bfa..99adec6 100644 (file)
@@ -408,7 +408,7 @@ int mm_sound_remove_volume_changed_callback(unsigned int id);
  * @post       Volume value will be changed to given value for given volume type.
  * @par Example
  */
-int mm_sound_volume_set_value(volume_type_t type, const unsigned int volume_level);
+int mm_sound_volume_set_value(volume_type_t type, const unsigned int value);
 
 
 /**
@@ -442,6 +442,9 @@ else
  */
 int mm_sound_volume_get_value(volume_type_t type, unsigned int *value);
 
+int mm_sound_set_mute(volume_type_t type, bool mute);
+int mm_sound_get_mute(volume_type_t type, bool *muted);
+
 /**
  * This function is to set sound filter and apply to selected stream type.
  *