Revise description of sound_manager_focus_set[get]_requesting_behavior() 32/89232/3
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 22 Sep 2016 07:16:33 +0000 (16:16 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Thu, 22 Sep 2016 23:50:01 +0000 (08:50 +0900)
[Version] 0.3.68
[Profile] Common
[Issue Type] Description

Change-Id: I2d204652d36a3d73b7dc5948b7d0ff00704faac0

include/sound_manager.h
packaging/capi-media-sound-manager.spec

index 60cd1c9..42fc09b 100644 (file)
@@ -827,11 +827,11 @@ int sound_manager_set_focus_reacquisition(sound_stream_info_h stream_info, bool
 int sound_manager_get_focus_reacquisition(sound_stream_info_h stream_info, bool *enabled);
 
 /**
- * @brief Sets sound behavior to be passed to the other handle which has been acquired or released a stream focus.
+ * @brief Sets sound behavior to be passed to handles that will be affected by acquiring or releasing the stream focus of this handle.
  * @since_tizen 3.0
  *
- * @remarks    This function's purpose is to set the sound behavior to be applied by the other handle when acquiring or\n
- *     releasing a stream focus. The other handle which will be affected by this handle can get this information by using\n
+ * @remarks    This function's purpose is to set the sound behavior to be applied by other handles when acquiring or\n
+ *     releasing the stream focus. Other handles affected by this handle can get this information by using\n
  *     sound_manager_focus_get_requested_behavior() after sound_stream_focus_state_changed_cb() is called.
  *
  * @param[in]  stream_info     The handle of stream information
@@ -851,11 +851,11 @@ int sound_manager_get_focus_reacquisition(sound_stream_info_h stream_info, bool
 int sound_manager_focus_set_requesting_behavior(sound_stream_info_h stream_info, int flags);
 
 /**
- * @brief Gets sound behavior to be passed to the other handle which has been acquired or released a stream focus.
+ * @brief Gets sound behavior to be passed to handles that will be affected by acquiring or releasing the stream focus of this handle.
  * @since_tizen 3.0
  *
- * @remarks    This function's purpose is to set the sound behavior to be applied by the other handle when acquiring or\n
- *     releasing a stream focus. The other handle which will be affected by this handle can get this information by using\n
+ * @remarks    This function's purpose is to get the sound behavior to be applied by other handles when acquiring or\n
+ *     releasing the stream focus. Other handles affected by this handle can get this information by using\n
  *     sound_manager_focus_get_requested_behavior() after sound_stream_focus_state_changed_cb() is called.
  *
  * @param[in]  stream_info     The handle of stream information
@@ -865,7 +865,7 @@ int sound_manager_focus_set_requesting_behavior(sound_stream_info_h stream_info,
  * @retval #SOUND_MANAGER_ERROR_NONE Success
  * @retval #SOUND_MANAGER_ERROR_INVALID_PARAMETER Invalid parameter
  * @pre Call sound_manager_create_stream_information() before calling this function.
- * @post It will be passed to the other handle right after calling sound_manager_acquire_focus() or sound_manager_release_focus().
+ * @post It will be passed to other handles right after calling sound_manager_acquire_focus() or sound_manager_release_focus().
  * @see sound_manager_create_stream_information()
  * @see sound_manager_acquire_focus()
  * @see sound_manager_release_focus()
index 99de805..ccef4c3 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       capi-media-sound-manager
 Summary:    Sound Manager library
-Version:    0.3.67
+Version:    0.3.68
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0