Improve documentation 00/316600/1 accepted/tizen/8.0/unified/20240827.162859
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:20:07 +0000 (10:20 +0900)
Missing privilege information has been added to
webrtc_screen_source_set[unset]_crop().

[Version] 0.4.61
[Issue Type] Doxygen

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

index 0b32056a0a3debfe2236d20b622e1162e1a1fe59..3f0650ad469728b26d140e6b40156937c71d4d03 100644 (file)
@@ -1612,6 +1612,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.
@@ -1643,6 +1645,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 3fe0f2cb76fadbb3d1cbf63a043fb72913d415fa..c2d949d7a5215e994e68b013ddca8938c97daddc 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-webrtc
 Summary:    A WebRTC library in Tizen Native API
-Version:    0.4.60
+Version:    0.4.61
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0