Improve documentation 99/316599/1 accepted/tizen/7.0/unified/20240827.163857
authorSangchul Lee <sc11.lee@samsung.com>
Mon, 26 Aug 2024 01:19:36 +0000 (10:19 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 26 Aug 2024 01:21:07 +0000 (10:21 +0900)
Missing privilege information has been added to
webrtc_screen_source_set[unset]_crop().

[Version] 0.3.306
[Issue Type] Doxygen

Change-Id: I763d92e19dc0f904b32115f0c43bbc23fcb8631b
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
include/webrtc.h
packaging/capi-media-webrtc.spec

index cd971a2408756af470f35c61cfff4eacd085295c..77d0435da67528a02dbffaf6634442f2f9120029 100644 (file)
@@ -1592,6 +1592,8 @@ int webrtc_file_source_get_looping(webrtc_h webrtc, unsigned int source_id, bool
  * @platform
  * @brief Sets the crop coordinates of a screen source.
  * @since_tizen 7.0
+ * @privlevel platform
+ * @privilege %http://tizen.org/privilege/internal/default/platform
  * @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
  *          it changes the video resolution.
@@ -1623,6 +1625,8 @@ int webrtc_screen_source_set_crop(webrtc_h webrtc, unsigned int source_id, int x
  * @platform
  * @brief Unsets the crop coordinates of a screen source.
  * @since_tizen 7.0
+ * @privlevel platform
+ * @privilege %http://tizen.org/privilege/internal/default/platform
  * @param[in] webrtc       WebRTC handle
  * @param[in] source_id    The screen source id
  * @return @c 0 on success,
index 55aaa404ec26ecdd58f9f3e2c4711fc912317313..a39f6262d3bc31898060243d3633e2b499e5b1f0 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-webrtc
 Summary:    A WebRTC library in Tizen Native API
-Version:    0.3.305
+Version:    0.3.306
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0