/ fm / liveswitch / sdp / Orientation
Class: Orientation
liveswitch.sdp.Orientation
Defines valid SDP orientations.
Table of contents
Constructors
Methods
Constructors
constructor
+ new Orientation(): Orientation
Returns: Orientation
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/Orientation.ts:9
getLandscape
▸ Static
getLandscape(): string
Gets the SDP orientation meaning "Landscape".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/Orientation.ts:17
getPortrait
▸ Static
getPortrait(): string
Gets the SDP orientation meaning "Portrait".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/Orientation.ts:29
getSeascape
▸ Static
getSeascape(): string
Gets the SDP orientation meaning "Upside-Down Landscape".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/Orientation.ts:41