Class StreamStatus
public record StreamStatus : IEquatable<StreamStatus>
- Inheritance
-
StreamStatus
- Implements
- Inherited Members
Constructors
StreamStatus(string, bool, int, int)
public StreamStatus(string StreamName, bool Active, int ResX, int ResY)
Parameters
Properties
Active
public bool Active { get; init; }
Property Value
ResX
public int ResX { get; init; }
Property Value
ResY
public int ResY { get; init; }
Property Value
StreamName
public string StreamName { get; init; }