ResolutionStrategy enumeration
Determines how the display resolution is set at the start of the stream.
public enum ResolutionStrategy
Values
name | value | description |
---|---|---|
LeaveUnchanged | 0 | Leave the display resolution unchanged. |
FindBestFit | 1 | Use the closest resolution to the client's screen. |
Constant | 2 | Use a specified display resolution: !:OutboundStreamOptions.ConstantDisplayWidth by !:OutboundStreamOptions.ConstantDisplayHeight. |
See Also
- namespace Rainway.SDK