From: Sangchul Lee Date: Wed, 12 Oct 2022 04:17:23 +0000 (+0900) Subject: webrtc_doc: Add '#' to stats enum X-Git-Tag: accepted/tizen/7.0/unified/20221107.172913~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F283528%2F1;p=platform%2Fcore%2Fapi%2Fwebrtc.git webrtc_doc: Add '#' to stats enum [Version] 0.3.257 [Issue Type] Documentation Change-Id: I2f13e939588f937d0308617e8c2756d0a4b5268f Signed-off-by: Sangchul Lee --- diff --git a/doc/webrtc_doc.h b/doc/webrtc_doc.h index 06d348d6..a111e4bb 100644 --- a/doc/webrtc_doc.h +++ b/doc/webrtc_doc.h @@ -294,11 +294,11 @@ * @section CAPI_MEDIA_WEBRTC_STATISTICS_MODULE_OVERVIEW Overview * The WebRTC Statistics API provides a function to get statistics information to monitor the status of the underlying network and pipeline. * You can get various properties for each statistics type as below. - * - WEBRTC_STATS_TYPE_CODEC is for a codec currently being used by RTP streams - * - WEBRTC_STATS_TYPE_INBOUND_RTP is for RTP stream currently received - * - WEBRTC_STATS_TYPE_OUTBOUND_RTP is for RTP stream currently sent - * - WEBRTC_STATS_TYPE_REMOTE_INBOUND_RTP is for the remote peer's inbound RTP stream corresponding to an outbound RTP stream - * - WEBRTC_STATS_TYPE_REMOTE_OUTBOUND_RTP is for the remote peer's outbound RTP stream corresponding to an inbound RTP stream + * - #WEBRTC_STATS_TYPE_CODEC is for a codec currently being used by RTP streams + * - #WEBRTC_STATS_TYPE_INBOUND_RTP is for RTP stream currently received + * - #WEBRTC_STATS_TYPE_OUTBOUND_RTP is for RTP stream currently sent + * - #WEBRTC_STATS_TYPE_REMOTE_INBOUND_RTP is for the remote peer's inbound RTP stream corresponding to an outbound RTP stream + * - #WEBRTC_STATS_TYPE_REMOTE_OUTBOUND_RTP is for the remote peer's outbound RTP stream corresponding to an inbound RTP stream * * @subsection CAPI_MEDIA_WEBRTC_STATISTICS_FOREACH_OPERATIONS Foreach Operations *
diff --git a/packaging/capi-media-webrtc.spec b/packaging/capi-media-webrtc.spec index 423cbb37..bb8fa901 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.3.256 +Version: 0.3.257 Release: 0 Group: Multimedia/API License: Apache-2.0