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.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public static class Orientation
Properties
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 |