From: Sangchul Lee Date: Thu, 22 Sep 2016 07:16:33 +0000 (+0900) Subject: Revise description of sound_manager_focus_set[get]_requesting_behavior() X-Git-Tag: accepted/tizen/3.0/ivi/20161011.065051~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ce4b8d0a9b8bcaa8af9ac22501eba3f4f00b4fd;p=platform%2Fcore%2Fapi%2Fsound-manager.git Revise description of sound_manager_focus_set[get]_requesting_behavior() [Version] 0.3.68 [Profile] Common [Issue Type] Description Change-Id: I2d204652d36a3d73b7dc5948b7d0ff00704faac0 --- diff --git a/include/sound_manager.h b/include/sound_manager.h index 60cd1c9..42fc09b 100644 --- a/include/sound_manager.h +++ b/include/sound_manager.h @@ -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() diff --git a/packaging/capi-media-sound-manager.spec b/packaging/capi-media-sound-manager.spec index 99de805..ccef4c3 100755 --- a/packaging/capi-media-sound-manager.spec +++ b/packaging/capi-media-sound-manager.spec @@ -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