Table of Contents

Class StreamStatus

Namespace
Huddly.Sdk.Models
Assembly
Huddly.Sdk.dll
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

StreamName string
Active bool
ResX int
ResY int

Properties

Active

public bool Active { get; init; }

Property Value

bool

ResX

public int ResX { get; init; }

Property Value

int

ResY

public int ResY { get; init; }

Property Value

int

StreamName

public string StreamName { get; init; }

Property Value

string