OutboundStreamOptions class
Options for creating an outbound stream.
public class OutboundStreamOptions
Public Members
name | description |
---|---|
OutboundStreamOptions() | The default constructor. |
ConstantDisplayHeight { get; set; } | If ResolutionStrategy is Constant, use this display height. |
ConstantDisplayWidth { get; set; } | If ResolutionStrategy is Constant, use this display width. |
Permissions { get; set; } | Input permissions to grant the remote peer the ability to transmit. |
ProcessIds { get; set; } | The process ids to isolate the stream to. Requires that Type is AppIsolation. |
ResolutionStrategy { get; set; } | Determines how the display resolution is set at the start of the stream. |
Type { get; set; } | The type of the stream to create. This impacts how the stream captures video content. |
See Also
- namespace Rainway.SDK.Options