Class SrtServerParameters
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
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
objSrtServerParametersThe instance to compare with.
Returns
- bool
trueif the instances are equal; otherwise,false.