From 2d670b76e1f2bb051dd1b2a8080672a384c563d2 Mon Sep 17 00:00:00 2001 From: Sangchul Lee Date: Wed, 12 Oct 2022 13:17:23 +0900 Subject: [PATCH] webrtc_doc: Add '#' to stats enum [Version] 0.3.257 [Issue Type] Documentation Change-Id: I2f13e939588f937d0308617e8c2756d0a4b5268f Signed-off-by: Sangchul Lee --- doc/webrtc_doc.h | 10 +++++----- packaging/capi-media-webrtc.spec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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 -- 2.34.1