Class RTCCodecStats
Provides codec-specific statistics for RTP streams.
Inherited Members
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public class RTCCodecStats : RTCStats
Properties
channels
Identifies the codec's number of channels.
Declaration
public uint channels { get; }
Property Value
Type | Description |
---|---|
uint |
clockRate
Identifies the codec's clock rate.
Declaration
public uint clockRate { get; }
Property Value
Type | Description |
---|---|
uint |
mimeType
Identifies the codec's MIME type and subtype.
Declaration
public string mimeType { get; }
Property Value
Type | Description |
---|---|
string |
payloadType
Identifies the payload type for this codec.
Declaration
public uint payloadType { get; }
Property Value
Type | Description |
---|---|
uint |
sdpFmtpLine
The SDP format parameters associated with this codec.
Declaration
public string sdpFmtpLine { get; }
Property Value
Type | Description |
---|---|
string |
transportId
Identifies the transport used by this codec.
Declaration
public string transportId { get; }
Property Value
Type | Description |
---|---|
string |