Class SimulcastDirection
The allowed directions for a simulcast attribute.
Inheritance
System.Object
    SimulcastDirection
  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 SimulcastDirectionProperties
Receive
Gets the receive direction ("recv").
Declaration
public static string Receive { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Send
Gets the send direction ("send").
Declaration
public static string Send { get; }Property Value
| Type | Description | 
|---|---|
| System.String |