From: Sangchul Lee Date: Mon, 26 Aug 2024 01:19:36 +0000 (+0900) Subject: Improve documentation X-Git-Tag: accepted/tizen/8.0/unified/20240827.162859^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e9443c03937d64c5fb8f1976f8a822efe81858e;p=platform%2Fcore%2Fapi%2Fwebrtc.git Improve documentation 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 --- diff --git a/include/webrtc.h b/include/webrtc.h index 0b32056a..3f0650ad 100644 --- a/include/webrtc.h +++ b/include/webrtc.h @@ -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, diff --git a/packaging/capi-media-webrtc.spec b/packaging/capi-media-webrtc.spec index 3fe0f2cb..c2d949d7 100644 --- a/packaging/capi-media-webrtc.spec +++ b/packaging/capi-media-webrtc.spec @@ -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