HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

.NET SDK - RainwayStreamConfig

RainwayStreamConfig class

Configuration for a Rainway SDK stream

public sealed class RainwayStreamConfig

Public Members

namedescription
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