FMIceLinkSdpAttribute Class Reference

Inherits from NSObject
Declared in FMIceLinkSdpAttribute.h
FMIceLinkSdpAttribute.m

Overview

An SDP attribute.

– attributeType

Gets this Attribute's Type.
- (FMIceLinkSdpAttributeType)attributeType

Discussion

Gets this Attribute's Type.

Declared In

FMIceLinkSdpAttribute.h

+ createAttributeWithName:value:

Creates an attribute.
+ (FMIceLinkSdpAttribute *)createAttributeWithName:(NSString *)name value:(NSString *)value

Parameters

name

The name.

value

The value.

Discussion

Creates an attribute.

Declared In

FMIceLinkSdpAttribute.h

– description

Converts this instance to a string.
- (NSString *)description

Discussion

Converts this instance to a string.

Declared In

FMIceLinkSdpAttribute.h

– getAttributeValue

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

Discussion

Gets the internal value of the attribute.

Declared In

FMIceLinkSdpAttribute.h

+ getTypeNameWithType:

Gets the name of the attribute type.
+ (NSString *)getTypeNameWithType:(Class)type

Parameters

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)type

Parameters

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)type

Parameters

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 *)s

Parameters

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)value

Discussion

Sets this Attribute's Type.

Declared In

FMIceLinkSdpAttribute.h