Class Orientation
Defines valid SDP orientations.
Inheritance
System.Object
Orientation
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public static class Orientation : object
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 |