.NET SDK - ResolutionStrategy

ResolutionStrategy enumeration

Determines how the display resolution is set at the start of the stream.

public enum ResolutionStrategy

Values

namevaluedescription
LeaveUnchanged0Leave the display resolution unchanged.
FindBestFit1Use the closest resolution to the client's screen.
Constant2Use a specified display resolution: !:OutboundStreamOptions.ConstantDisplayWidth by !:OutboundStreamOptions.ConstantDisplayHeight.

See Also