Class RTCRtpEncodingParameters
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class RTCRtpEncodingParameters : RTCRtpCodingParameters
- Inheritance
-
RTCRtpEncodingParameters
- Inherited Members
-
Constructors
RTCRtpEncodingParameters()
public RTCRtpEncodingParameters()
Fields
Active
[Value("active")]
public bool Active
Field Value
- bool
Codec
[Value("codec")]
public RTCRtpCodec Codec
Field Value
- RTCRtpCodec
MaxBitrate
[Value("maxBitrate")]
public ulong MaxBitrate
Field Value
- ulong
MaxFramerate
[Value("maxFramerate")]
public Number MaxFramerate
Field Value
- Number
NetworkPriority
[Value("networkPriority")]
public RTCPriorityType NetworkPriority
Field Value
- RTCPriorityType
Priority
[Value("priority")]
public RTCPriorityType Priority
Field Value
- RTCPriorityType
ScalabilityMode
[Value("scalabilityMode")]
public string ScalabilityMode
Field Value
- string
ScaleResolutionDownBy
[Value("scaleResolutionDownBy")]
public Number ScaleResolutionDownBy
Field Value
- Number