Class SimulcastStream
A stream for a simulcast stream description.
Inheritance
System.Object
SimulcastStream
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch.Sdp.Rtp
Assembly: FM.LiveSwitch.dll
Syntax
public class SimulcastStream
Constructors
SimulcastStream(SimulcastStreamId)
Initializes a new instance of the SimulcastStream class.
Declaration
public SimulcastStream(SimulcastStreamId id)
Parameters
Type | Name | Description |
---|---|---|
SimulcastStreamId | id | The identifier. |
SimulcastStream(SimulcastStreamId[])
Initializes a new instance of the SimulcastStream class.
Declaration
public SimulcastStream(SimulcastStreamId[] ids)
Parameters
Type | Name | Description |
---|---|---|
SimulcastStreamId[] | ids | The identifiers. |
Properties
Ids
Gets the identifiers.
Declaration
public SimulcastStreamId[] Ids { get; }
Property Value
Type | Description |
---|---|
SimulcastStreamId[] |