Enum DegradationPreference
Controls how the encoder degrades quality when bandwidth is constrained.
public enum DegradationPreference
- Extension Methods
Fields
Balanced = 0Balance between framerate and resolution degradation.
MaintainFramerate = 1Degrade framerate to maintain resolution.
MaintainFramerateAndResolution = 4Maintain both framerate and resolution. Frames may be dropped before encoding if necessary to avoid overusing network and encoder resources.
MaintainResolution = 2Degrade resolution to maintain framerate (drop frames to keep clarity).