From: Eunhye Choi Date: Tue, 4 Jun 2019 08:34:31 +0000 (+0900) Subject: [0.3.116][ACR-1370] Update API reference X-Git-Tag: accepted/tizen/unified/20190613.061520~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecf1aed1b21b564c7a088851b32a4f19ceb559a8;p=platform%2Fcore%2Fapi%2Fplayer.git [0.3.116][ACR-1370] Update API reference - Apply additional review of commit '74a6a6472cbb9393a7aa911bdd58e2430d4f5e34'. Change-Id: I6e7ba8cd909d5713da403a73632556d240286522 --- diff --git a/include/player.h b/include/player.h index dc3850a..c6d8ce1 100644 --- a/include/player.h +++ b/include/player.h @@ -2337,7 +2337,7 @@ int player_set_video_roi_area(player_h player, double x_scale, double y_scale, d int player_get_video_roi_area(player_h player, double *x_scale, double *y_scale, double *w_scale, double *h_scale); /** - * @brief Sets the audio pitch control status. + * @brief Enables or disables controlling the pitch of audio. * @since_tizen 5.5 * @remarks This function is used for audio content only. * @remarks Enabling pitch control could increase the CPU usage on some devices. @@ -2357,7 +2357,7 @@ int player_get_video_roi_area(player_h player, double *x_scale, double *y_scale, int player_audio_pitch_set_enabled(player_h player, bool enabled); /** - * @brief Gets the audio pitch control status. + * @brief Gets the status of controlling the pitch of audio. * @since_tizen 5.5 * @remarks This function is used for audio content only. * @param[in] player The handle to the media player @@ -2374,7 +2374,7 @@ int player_audio_pitch_set_enabled(player_h player, bool enabled); int player_audio_pitch_is_enabled(player_h player, bool *enabled); /** - * @brief Sets the audio pitch value. + * @brief Sets the pitch of audio. * @since_tizen 5.5 * @remarks This function is used for audio content only. * @param[in] player The handle to the media player @@ -2393,7 +2393,7 @@ int player_audio_pitch_is_enabled(player_h player, bool *enabled); int player_audio_pitch_set_value(player_h player, float value); /** - * @brief Gets the audio pitch value. + * @brief Gets the pitch of audio. * @since_tizen 5.5 * @remarks This function is used for audio content only. * @param[in] player The handle to the media player