From 184a9cc2d72fb6322d75007a1cdb64dca3211c84 Mon Sep 17 00:00:00 2001 From: Eunhae Choi Date: Tue, 4 Sep 2018 19:20:16 +0900 Subject: [PATCH] [ACR-1275] change doxygen Change-Id: Ie82a3e373f67cc08952d78ff0f7a795d66850968 --- include/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/player.h b/include/player.h index bdba3e2..8b5d545 100644 --- a/include/player.h +++ b/include/player.h @@ -2379,7 +2379,7 @@ int player_is_replaygain_enabled(player_h player, bool *enabled); * @since_tizen 5.0 * @remarks This function requires the ratio value of the each coordinate and size based on the video resolution size * to consider the dynamic resolution video content. - * @remarks The ROI area is valid only in #PLAYER_DISPLAY_TYPE_OVERLAY. + * @remarks This function have to be called after calling player_set_display() and the ROI area is valid only in #PLAYER_DISPLAY_TYPE_OVERLAY. * @param[in] player The handle to the media player * @param[in] x_scale X coordinate ratio value of the video source area based on the video width size \n * Valid range is 0.0~1.0. -- 2.7.4