client: Revise doxygen - espp_client_set_display_roi()
authorSangchul Lee <sc11.lee@samsung.com>
Tue, 30 May 2023 06:04:42 +0000 (15:04 +0900)
committer이상철/Tizen Platform Lab(SR)/삼성전자 <sc11.lee@samsung.com>
Tue, 30 May 2023 06:48:12 +0000 (15:48 +0900)
[Version] 0.3.5

Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
packaging/espp-service.spec
project_def.prop
src/client/espp_service_client.h

index 538e25e..3813ecf 100644 (file)
@@ -1,6 +1,6 @@
 Name:       espp-service
 Summary:    ESPP service package which contains client lib. and daemon binary
-Version:    0.3.4
+Version:    0.3.5
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0
index 186ed78..6b15838 100644 (file)
@@ -11,7 +11,7 @@ profile = mobile-7.0
 USER_SRCS = ./src/daemon/*.c ./src/common/*.c
 
 # User Defines
-USER_DEFS = USE_DLOG USE_SERVICE_APP ESPP_SERVICE_VERSION="0.3.4"
+USER_DEFS = USE_DLOG USE_SERVICE_APP ESPP_SERVICE_VERSION="0.3.5"
 
 # User Includes
 USER_INC_DIRS = ./src/daemon ./src/common ./inc ./inc/esplusplayer_capi
index 8cc86f9..66c673e 100644 (file)
@@ -659,10 +659,10 @@ int espp_client_set_display_mode(espp_h espp, espp_display_mode_e mode);
 /**
  * @brief Sets the video display RoI(Region of Interest).
  * @param[in] espp       ESPP service client handle
- * @param[in] x          The x coordinate of window
- * @param[in] y          The y coordinate of window
- * @param[in] w          The width of window
- * @param[in] h          The height of window
+ * @param[in] x          The starting x coordinate of RoI on the video source
+ * @param[in] y          The starting y coordinate of RoI on the video source
+ * @param[in] w          The width of RoI on the video source
+ * @param[in] h          The height of RoI on the video source
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #ESPP_CLIENT_ERROR_NONE Successful