FMLiveSwitchSdpOrientationAttribute Class Reference

Normally this is only used for a whiteboard or presentation tool. More...

Instance Methods

(NSString *) - getAttributeValue
 Gets the internal value of the attribute. More...
 
(instancetype) - initWithOrientation:
 Initializes a new instance of the FMLiveSwitchSdpOrientationAttribute class. More...
 
(NSString *) - orientation
 Gets the orientation of a workspace on the screen. More...
 
- Instance Methods inherited from FMLiveSwitchSdpAttribute
(FMLiveSwitchSdpAttributeType) - attributeType
 Gets this Attribute's Type. More...
 
(NSString *) - description
 Converts this instance to a string. More...
 
(instancetype) - init
 
(FMLiveSwitchSdpAttributeCategory) - multiplexingCategory
 Gets the Multiplexing Category of this Attribute. More...
 
(void) - setAttributeType:
 Sets this Attribute's Type. More...
 
(void) - setMultiplexingCategory:
 Sets the Multiplexing Category of this Attribute. More...
 

Class Methods

(FMLiveSwitchSdpOrientationAttribute *) + fromAttributeValue:
 Initializes a new instance of the FMLiveSwitchSdpOrientationAttribute class. More...
 
(FMLiveSwitchSdpOrientationAttribute *) + orientationAttributeWithOrientation:
 Initializes a new instance of the FMLiveSwitchSdpOrientationAttribute class. More...
 
- Class Methods inherited from FMLiveSwitchSdpAttribute
(FMLiveSwitchSdpAttribute *) + attribute
 
(FMLiveSwitchSdpAttribute *) + createAttributeWithName:value:
 Creates an attribute. More...
 
(NSString *) + getTypeNameWithType:
 Gets the name of the attribute type. More...
 
(bool) + isMediaLevelWithType:
 Determines whether the type applies to media streams. More...
 
(bool) + isSessionLevelWithType:
 Determines whether the type applies to sessions. More...
 
(FMLiveSwitchSdpAttribute *) + parseWithS:
 Creates an FMLiveSwitchSdpConnectionData instance from a string. More...
 

Detailed Description

Normally this is only used for a whiteboard or presentation tool.

It specifies the orientation of a the workspace on the screen. It is a media-level attribute. Permitted values are "portrait", "landscape", and "seascape" (upside-down landscape). It is not dependent on charset.

Method Documentation

◆ fromAttributeValue:

+ (FMLiveSwitchSdpOrientationAttribute*) fromAttributeValue: (NSString *)  value

Initializes a new instance of the FMLiveSwitchSdpOrientationAttribute class.

Parameters
valueThe attribute value.

◆ getAttributeValue

- (NSString*) getAttributeValue

Gets the internal value of the attribute.

Implements FMLiveSwitchSdpAttribute.

◆ initWithOrientation:

- (instancetype) initWithOrientation: (NSString *)  orientation

Initializes a new instance of the FMLiveSwitchSdpOrientationAttribute class.

Parameters
orientationThe orientation of a workspace on the screen. See orientation for possible values.

◆ orientation

- (NSString*) orientation

Gets the orientation of a workspace on the screen.

See orientation for possible values.

◆ orientationAttributeWithOrientation:

+ (FMLiveSwitchSdpOrientationAttribute*) orientationAttributeWithOrientation: (NSString *)  orientation

Initializes a new instance of the FMLiveSwitchSdpOrientationAttribute class.

Parameters
orientationThe orientation of a workspace on the screen. See orientation for possible values.