mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
webrtc: Add data-channels-opened/closed to get-stats signal documentation
With contributions from: Matthew Waters <matthew@centricular.com> Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2127>
This commit is contained in:
parent
78d9d8478d
commit
2661bf6d9a
1 changed files with 5 additions and 0 deletions
|
@ -8927,6 +8927,11 @@ gst_webrtc_bin_class_init (GstWebRTCBinClass * klass)
|
|||
* "local-id" G_TYPE_STRING identifier for the associated RTCInboundRTPSTreamStats
|
||||
* "remote-timestamp" G_TYPE_DOUBLE remote timestamp the statistics were sent by the remote
|
||||
*
|
||||
* RTCPeerConnectionStats supported fields (https://w3c.github.io/webrtc-stats/#pcstats-dict*) (Since: 1.24)
|
||||
*
|
||||
* "data-channels-opened" G_TYPE_UINT number of unique data channels that have entered the 'open' state
|
||||
* "data-channels-closed" G_TYPE_UINT number of unique data channels that have left the 'open' state
|
||||
*
|
||||
* RTCIceCandidateStats supported fields (https://www.w3.org/TR/webrtc-stats/#icecandidate-dict*) (Since: 1.22)
|
||||
*
|
||||
* "transport-id" G_TYPE_STRING identifier for the associated RTCTransportStats for this stream
|
||||
|
|
Loading…
Reference in a new issue