Class SimulcastStreamDescription
A stream description for a simulcast attribute.
Inheritance
System.Object
    SimulcastStreamDescription
  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.ToString()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: FM.LiveSwitch.Sdp.Rtp
Assembly: FM.LiveSwitch.dll
Syntax
public class SimulcastStreamDescriptionConstructors
SimulcastStreamDescription(String, SimulcastStream[])
Initializes a new instance of the SimulcastStreamDescription class.
Declaration
public SimulcastStreamDescription(string direction, SimulcastStream[] streams)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | direction | The direction. | 
| SimulcastStream[] | streams | The streams. | 
Properties
Direction
Gets the direction.
Declaration
public string Direction { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Streams
Gets the streams.
Declaration
public SimulcastStream[] Streams { get; }Property Value
| Type | Description | 
|---|---|
| SimulcastStream[] |