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... | |
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.
+ (FMLiveSwitchSdpOrientationAttribute*) fromAttributeValue: | (NSString *) | value |
Initializes a new instance of the FMLiveSwitchSdpOrientationAttribute class.
value | The attribute value. |
- (NSString*) getAttributeValue |
Gets the internal value of the attribute.
Implements FMLiveSwitchSdpAttribute.
- (instancetype) initWithOrientation: | (NSString *) | orientation |
Initializes a new instance of the FMLiveSwitchSdpOrientationAttribute class.
orientation | The orientation of a workspace on the screen. See orientation for possible values. |
- (NSString*) orientation |
Gets the orientation of a workspace on the screen.
See orientation for possible values.
+ (FMLiveSwitchSdpOrientationAttribute*) orientationAttributeWithOrientation: | (NSString *) | orientation |
Initializes a new instance of the FMLiveSwitchSdpOrientationAttribute class.
orientation | The orientation of a workspace on the screen. See orientation for possible values. |