Class RTCRTPStreamStats
Inherited Members
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public class RTCRTPStreamStats : RTCStats
Properties
codecId
Declaration
public string codecId { get; }
Property Value
Type | Description |
---|---|
string |
kind
Declaration
public string kind { get; }
Property Value
Type | Description |
---|---|
string |
ssrc
Declaration
public uint ssrc { get; }
Property Value
Type | Description |
---|---|
uint |
transportId
Declaration
public string transportId { get; }
Property Value
Type | Description |
---|---|
string |