Class SimulcastStreamId
A simulcast stream identifier.
Inheritance
System.Object
SimulcastStreamId
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 SimulcastStreamId
Constructors
SimulcastStreamId(String)
Initializes a new instance of the SimulcastStreamId class.
Declaration
public SimulcastStreamId(string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The identifier. |
SimulcastStreamId(String, Boolean)
Initializes a new instance of the SimulcastStreamId class.
Declaration
public SimulcastStreamId(string id, bool paused)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The identifier. |
System.Boolean | paused | Whether the stream is paused. |
Properties
Id
Gets the identifier.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Paused
Gets whether the stream is paused.
Declaration
public bool Paused { get; }
Property Value
Type | Description |
---|---|
System.Boolean |