From 9841a5587be8676bc0aa54d0d1b0b23341883625 Mon Sep 17 00:00:00 2001 From: "di1028.wu" Date: Thu, 12 Oct 2023 11:11:39 +0800 Subject: [PATCH] Add more detail description for esplusplayer_set_video_stream_rotation_info API --- include/esplusplayer_capi/esplusplayer_capi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/esplusplayer_capi/esplusplayer_capi.h b/include/esplusplayer_capi/esplusplayer_capi.h index 7d2aa50..c392cb2 100755 --- a/include/esplusplayer_capi/esplusplayer_capi.h +++ b/include/esplusplayer_capi/esplusplayer_capi.h @@ -3828,9 +3828,9 @@ int esplusplayer_set_app_info_ex(esplusplayer_handle handle, /** * @brief Set the rotate angle of the video stream. - * The rotate angle will be delivered to display driver module. - * In Pogo-Pin Camera Video Call scenario, encoder needs to get the rotate angle - * from display driver module to do encoding + * This API is used for rotate camera, e.g Pogo-Pin camera + * In Pogo-Pin Camera Video Call scenario, just provide the rotate angle to encoder + * and AIFW * @remark This API will not actually rotate the video display * @param [in] handle : esplusplayer handle. * @param [in] rotation : the rotate angle of the video. -- 2.7.4