Class SimulcastStreamId
A simulcast stream identifier.
Inheritance
System.Object
    SimulcastStreamId
  Namespace: FM.LiveSwitch.Sdp.Rtp
Assembly: FM.LiveSwitch.dll
Syntax
public class SimulcastStreamId : object
  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 |