Class RTCRtpCodecCapability
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public class RTCRtpCodecCapability
Fields
channels
Declaration
public int? channels
Field Value
Type | Description |
---|---|
int? |
clockRate
Declaration
public int? clockRate
Field Value
Type | Description |
---|---|
int? |
mimeType
Declaration
public string mimeType
Field Value
Type | Description |
---|---|
string |
sdpFmtpLine
Declaration
public string sdpFmtpLine
Field Value
Type | Description |
---|---|
string |