RTCRtpStreamStats captures stream stats that will be used as part of RTCSentRtpStreamStats report Reference: https://www.w3.org/TR/webrtc-stats/#dom-rtcrtpstreamstats. More...
#include <Stats.h>
Public Attributes | |
UINT32 | ssrc |
DOMString | kind |
DOMString | transportId |
DOMString | codecId |
RTCRtpStreamStats captures stream stats that will be used as part of RTCSentRtpStreamStats report Reference: https://www.w3.org/TR/webrtc-stats/#dom-rtcrtpstreamstats.
DOMString RTCRtpStreamStats::codecId |
It is a unique identifier that is associated to the object that was inspected to produce the RTCCodecStats associated with this RTP stream.
DOMString RTCRtpStreamStats::kind |
Either "audio" or "video". This MUST match the media type part of the information in the corresponding codecType member of RTCCodecStats, and MUST match the "kind" attribute of the related MediaStreamTrack.
UINT32 RTCRtpStreamStats::ssrc |
The 32-bit unsigned integer value per [RFC3550] used to identify the source of the stream of RTP packets that this stats object concerns.
DOMString RTCRtpStreamStats::transportId |
It is a unique identifier that is associated to the object that was inspected to produce the RTCTransportStats associated with this RTP stream.