RainwayStreamConfig class
Configuration for a Rainway SDK stream
public sealed class RainwayStreamConfig
Public Members
name | description |
---|---|
RainwayStreamConfig() | Default ctor |
IncomingInputFilter { get; set; } | A filter on incoming inputs that passed the InputLevel filter. |
InputLevel { get; set; } | Indicates the input level permissions granted. |
IsolateProcessIds { get; set; } | Optional list of process ids to isolate. Only these processes will be visible in the stream. |
StreamType { get; set; } | The type of stream |
See Also
- namespace Rainway.SDK