Class Orientation
Defines valid SDP orientations.
Inheritance
System.Object
    Orientation
  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
Assembly: FM.LiveSwitch.dll
Syntax
public static class OrientationProperties
Landscape
Gets the SDP orientation meaning "Landscape".
Declaration
public static string Landscape { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Portrait
Gets the SDP orientation meaning "Portrait".
Declaration
public static string Portrait { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Seascape
Gets the SDP orientation meaning "Upside-Down Landscape".
Declaration
public static string Seascape { get; }Property Value
| Type | Description | 
|---|---|
| System.String |