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 Frame |
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. |