From a762f3ae9e85163ab56ff23eba7901707b771e8f Mon Sep 17 00:00:00 2001 From: "di1028.wu" Date: Wed, 11 Oct 2023 15:28:54 +0800 Subject: [PATCH] Add more detail description for esplusplayer_set_video_stream_rotation_info API --- include/esplusplayer_capi/esplusplayer_capi.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/esplusplayer_capi/esplusplayer_capi.h b/include/esplusplayer_capi/esplusplayer_capi.h index 4a07572..42b4e14 100755 --- a/include/esplusplayer_capi/esplusplayer_capi.h +++ b/include/esplusplayer_capi/esplusplayer_capi.h @@ -3827,7 +3827,9 @@ int esplusplayer_set_app_info_ex(esplusplayer_handle handle, const esplusplayer_app_info_ex* app_info); /** - * @brief Set the rotate angle of the video stream. + * @brief Set the rotate angle of the video stream to video sink. + * The rotate angle will be delivered to video render control. + * @remark This API will not actually rotate the video display * @param [in] handle : esplusplayer handle. * @param [in] rotation : the rotate angle of the video. * @return @c ESPLUSPLAYER_ERROR_TYPE_NONE on success,otherwise @c one of @@ -3847,7 +3849,6 @@ int esplusplayer_set_app_info_ex(esplusplayer_handle handle, * #ESPLUSPLAYER_STATE_NONE. * @post this API worked only when video sink created. * @exception None - * @remark This API will not affect the rotate angle of the video display * @version 5.2 * @see esplusplayer_open() \n */ -- 2.7.4