Enum VideoDegradationPreference
A video degradation preference.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum VideoDegradationPreference
Fields
Name | Description |
---|---|
Automatic | Indicates a preference to automate the degradation preference based on the video type. A video type of Screen will prefer to degrade FrameRate. A video type of Camera will prefer to degrade Resolution. A video type of Unknown will prefer a Balanced approach. |
Balanced | Indicates a preference to degrade both frame-rate and resolution together in smaller increments. |
FrameRate | Indicates a preference to degrade frame-rate instead of resolution. |
Resolution | Indicates a preference to degrade resolution instead of frame-rate. |