FMIceLinkSdpAttribute Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkSdpAttribute.h FMIceLinkSdpAttribute.m  | 
– attributeType
	
Gets this Attribute's Type.
			- (FMIceLinkSdpAttributeType)attributeTypeDiscussion
Gets this Attribute's Type.
			Declared In
FMIceLinkSdpAttribute.h
+ createAttributeWithName:value:
	
Creates an attribute.
			+ (FMIceLinkSdpAttribute *)createAttributeWithName:(NSString *)name value:(NSString *)valueParameters
name | 
						The name.  | 
					
|---|---|
value | 
						The value.  | 
					
Discussion
Creates an attribute.
			Declared In
FMIceLinkSdpAttribute.h
– description
	
Converts this instance to a string.
			- (NSString *)descriptionDiscussion
Converts this instance to a string.
			Declared In
FMIceLinkSdpAttribute.h
– getAttributeValue
	
Gets the internal value of the attribute.
			- (NSString *)getAttributeValueDiscussion
Gets the internal value of the attribute.
			Declared In
FMIceLinkSdpAttribute.h
+ getTypeNameWithType:
	
Gets the name of the attribute type.
			+ (NSString *)getTypeNameWithType:(Class)typeParameters
type | 
						The attribute type.  | 
					
|---|
Discussion
Gets the name of the attribute type.
			Declared In
FMIceLinkSdpAttribute.h
+ isMediaLevelWithType:
	
Determines whether the type applies to media streams.
			+ (bool)isMediaLevelWithType:(Class)typeParameters
type | 
						The type.  | 
					
|---|
Discussion
Determines whether the type applies to media streams.
			Declared In
FMIceLinkSdpAttribute.h
+ isSessionLevelWithType:
	
Determines whether the type applies to sessions.
			+ (bool)isSessionLevelWithType:(Class)typeParameters
type | 
						The type.  | 
					
|---|
Discussion
Determines whether the type applies to sessions.
			Declared In
FMIceLinkSdpAttribute.h
+ parseWithS:
	
Creates an [FMIceLinkSdpConnectionData](../Classes/FMIceLinkSdpConnectionData.html) instance from a string.
			+ (FMIceLinkSdpAttribute *)parseWithS:(NSString *)sParameters
s | 
						The string to parse.  | 
					
|---|
Discussion
Creates an [FMIceLinkSdpConnectionData](../Classes/FMIceLinkSdpConnectionData.html) instance from a string.
			Declared In
FMIceLinkSdpAttribute.h
– setAttributeType:
	
Sets this Attribute's Type.
			- (void)setAttributeType:(FMIceLinkSdpAttributeType)valueDiscussion
Sets this Attribute's Type.
			Declared In
FMIceLinkSdpAttribute.h