Class RTCCodecStats
Inheritance
RTCCodecStats
Syntax
public class RTCCodecStats : RTCStats
Properties
channels
Declaration
public uint channels { get; }
Property Value
clockRate
Declaration
public uint clockRate { get; }
Property Value
mimeType
Declaration
public string mimeType { get; }
Property Value
payloadType
Declaration
public uint payloadType { get; }
Property Value
sdpFmtpLine
Declaration
public string sdpFmtpLine { get; }
Property Value
transportId
Declaration
public string transportId { get; }
Property Value