webrtc_doc: Add '#' to stats enum 28/283528/1
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 12 Oct 2022 04:17:23 +0000 (13:17 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Fri, 28 Oct 2022 05:16:57 +0000 (14:16 +0900)
[Version] 0.3.257
[Issue Type] Documentation

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

index 06d348d656571589f6a743a4693d6eef462beb4d..a111e4bbce1839a7be5c1b84be4f2cb481c28fae 100644 (file)
  * @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
  * <div><table class="doxtable">
index 423cbb379a627abc70c6b3f4f9dea03c633ed26b..bb8fa901a6388d9d20f47374ae7222a9afd571eb 100644 (file)
@@ -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