webrtc.h: Update webrtc_screen_source_set_crop() API description 99/281999/7 accepted/tizen/unified/20220928.020833
authorhj kim <backto.kim@samsung.com>
Mon, 26 Sep 2022 06:03:51 +0000 (15:03 +0900)
committerhaejeong kim <backto.kim@samsung.com>
Tue, 27 Sep 2022 05:00:15 +0000 (05:00 +0000)
[Version] 0.3.253
[Issue Type] API

Change-Id: I5d1cc4c6727eabd7facacaf3c4c3838056d9be44

include/webrtc.h
packaging/capi-media-webrtc.spec

index a3ce3a76bd8e510da8b0b48ae4675ccdbcd35ed8..b99c1f402cb9377a12fef469432a92f6b165465a 100644 (file)
@@ -1592,10 +1592,10 @@ int webrtc_file_source_get_looping(webrtc_h webrtc, unsigned int source_id, bool
  * @brief Sets the crop coordinates of a screen source.
  * @since_tizen 7.0
  * @remarks The coordinates are in UI (screen) units, and the start coordinate refers to the upper left corner of the video display area on the screen.\n
- *          If we give a rectangle within that area (described by x, y, width, height) then this sub-area will be sent to peer and \n
+ *          If we give a rectangle within that area (described by x, y, width, height) then this sub-area will be sent to peer and
  *          it changes the video resolution.
  *          The changed resolution can be checked through webrtc_media_source_get_video_resolution().\n
- *          Even when the crop area is reset, the rectangle coordinates are based on the original UI (screen) as in the first setting.\n
+ *          Even when the crop area is changed again, the rectangle coordinates are still based on the original UI (screen) as in the first setting.\n
  *          If the video resolution is changed by webrtc_media_source_set_video_resolution(), then crop cannot be performed.\n
  *          Crop and resolution change cannot be done at the same time.
  * @param[in] webrtc     WebRTC handle
index 175ae4980c7ad95836b07f02b284fd8e73497221..77a6e1fadd0c48a009488da507e62283d5126d72 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-webrtc
 Summary:    A WebRTC library in Tizen Native API
-Version:    0.3.252
+Version:    0.3.253
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0