FMIceLinkSdpOrientationAttribute Class Reference

Inherits from FMIceLinkSdpAttribute : NSObject
Declared in FMIceLinkSdpOrientationAttribute.h
FMIceLinkSdpOrientationAttribute.m

Overview

Normally this is only used for a whiteboard or presentation tool. It specifies the [orientation](#//api/name/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.

+ fromAttributeValue:

Initializes a new instance of the FMIceLinkSdpOrientationAttribute class.
+ (FMIceLinkSdpOrientationAttribute *)fromAttributeValue:(NSString *)value

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpOrientationAttribute class.

Declared In

FMIceLinkSdpOrientationAttribute.h

– getAttributeValue

Gets the internal value of the attribute.
- (NSString *)getAttributeValue

Discussion

Gets the internal value of the attribute.

Declared In

FMIceLinkSdpOrientationAttribute.h

– initWithOrientation:

Initializes a new instance of the FMIceLinkSdpOrientationAttribute class.
- (instancetype)initWithOrientation:(NSString *)orientation

Parameters

orientation

The orientation of a workspace on the screen. See FMIceLinkSdpOrientationAttribute#orientation for possible values.

Discussion

Initializes a new instance of the FMIceLinkSdpOrientationAttribute class.

Declared In

FMIceLinkSdpOrientationAttribute.h

– orientation

Gets the orientation of a workspace on the screen. See FMIceLinkSdpOrientationAttribute#orientation for possible values.
- (NSString *)orientation

Discussion

Gets the orientation of a workspace on the screen. See FMIceLinkSdpOrientationAttribute#orientation for possible values.

Declared In

FMIceLinkSdpOrientationAttribute.h

+ orientationAttributeWithOrientation:

Initializes a new instance of the FMIceLinkSdpOrientationAttribute class.
+ (FMIceLinkSdpOrientationAttribute *)orientationAttributeWithOrientation:(NSString *)orientation

Parameters

orientation

The orientation of a workspace on the screen. See FMIceLinkSdpOrientationAttribute#orientation for possible values.

Discussion

Initializes a new instance of the FMIceLinkSdpOrientationAttribute class.

Declared In

FMIceLinkSdpOrientationAttribute.h