Amazon Kinesis Webrtc C SDK
RTCRtpStreamStats Struct Reference

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>

Collaboration diagram for RTCRtpStreamStats:
Collaboration graph

Public Attributes

UINT32 ssrc
 
DOMString kind
 
DOMString transportId
 
DOMString codecId
 

Detailed Description

RTCRtpStreamStats captures stream stats that will be used as part of RTCSentRtpStreamStats report Reference: https://www.w3.org/TR/webrtc-stats/#dom-rtcrtpstreamstats.

Member Data Documentation

◆ codecId

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.

◆ kind

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.

◆ ssrc

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.

◆ transportId

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.


The documentation for this struct was generated from the following file: