Class RTCRTPStreamStats
Base class for RTP stream statistics.
Inherited Members
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public class RTCRTPStreamStats : RTCStats
Properties
codecId
The identifier for the RTCCodecStats used by this RTP stream.
Declaration
public string codecId { get; }
Property Value
Type | Description |
---|---|
string |
kind
The media type of the RTP stream (e.g., "audio", "video").
Declaration
public string kind { get; }
Property Value
Type | Description |
---|---|
string |
ssrc
The SSRC identifier for the RTP stream.
Declaration
public uint ssrc { get; }
Property Value
Type | Description |
---|---|
uint |
transportId
The identifier for the transport used by this RTP stream.
Declaration
public string transportId { get; }
Property Value
Type | Description |
---|---|
string |