FMIceLinkSdpUnknownAttribute Class Reference

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

Overview

This attribute is used to encapsulate unrecognized SDP attributes.

– getAttributeValue

Gets the internal [value](#//api/name/value) of the attribute.
- (NSString *)getAttributeValue

Discussion

Gets the internal [value](#//api/name/value) of the attribute.

Declared In

FMIceLinkSdpUnknownAttribute.h

– initWithName:value:

Initializes a new instance of the FMIceLinkSdpUnknownAttribute class.
- (instancetype)initWithName:(NSString *)name value:(NSString *)value

Parameters

name

The name.

value

The value.

Discussion

Initializes a new instance of the FMIceLinkSdpUnknownAttribute class.

Declared In

FMIceLinkSdpUnknownAttribute.h

– name

Gets the attribute name.
- (NSString *)name

Discussion

Gets the attribute name.

Declared In

FMIceLinkSdpUnknownAttribute.h

+ unknownAttributeWithName:value:

Initializes a new instance of the FMIceLinkSdpUnknownAttribute class.
+ (FMIceLinkSdpUnknownAttribute *)unknownAttributeWithName:(NSString *)name value:(NSString *)value

Parameters

name

The name.

value

The value.

Discussion

Initializes a new instance of the FMIceLinkSdpUnknownAttribute class.

Declared In

FMIceLinkSdpUnknownAttribute.h

– value

Gets the attribute value.
- (NSString *)value

Discussion

Gets the attribute value.

Declared In

FMIceLinkSdpUnknownAttribute.h