Class ComplexityMode
Complexity modes for OpenH264, matching the "ECOMPLEXITY_MODE" enum.
Inheritance
System.Object
ComplexityMode
Namespace: FM.LiveSwitch.OpenH264
Assembly: FM.LiveSwitch.OpenH264.dll
Syntax
public sealed class ComplexityMode : object
Properties
High
Gets a complexity mode of OpenH264 "HIGH_COMPLEXITY".
Declaration
public static ComplexityMode High { get; }
Property Value
Type | Description |
---|---|
ComplexityMode |
Low
Gets a complexity mode of OpenH264 "LOW_COMPLEXITY".
Declaration
public static ComplexityMode Low { get; }
Property Value
Type | Description |
---|---|
ComplexityMode |
Medium
Gets a complexity mode of OpenH264 "MEDIUM_COMPLEXITY".
Declaration
public static ComplexityMode Medium { get; }
Property Value
Type | Description |
---|---|
ComplexityMode |
Value
Gets the internal integer value representation of this complexity mode.
Declaration
public int Value { get; }
Property Value
Type | Description |
---|---|
System.Int32 |