Table of Contents

Class SrtServerParameters

Namespace
VAST.SRT
Assembly
VAST.SRT.dll

Represents the configuration parameters for an SRT server containing one or more server instances.

public class SrtServerParameters
Inheritance
SrtServerParameters
Inherited Members

Constructors

SrtServerParameters()

public SrtServerParameters()

Properties

Instances

Gets or sets the list of SRT server instance parameters. At least one instance must be specified.

public List<SrtServerInstanceParameters> Instances { get; set; }

Property Value

List<SrtServerInstanceParameters>

Methods

Clone()

Creates a shallow copy of this SrtServerParameters instance.

public SrtServerParameters Clone()

Returns

SrtServerParameters

A new SrtServerParameters instance with the same values.

Equals(SrtServerParameters)

Determines whether the specified SrtServerParameters is equal to this instance.

public bool Equals(SrtServerParameters obj)

Parameters

obj SrtServerParameters

The instance to compare with.

Returns

bool

true if the instances are equal; otherwise, false.