FMIceLinkSdpToolAttribute Class Reference

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

Overview

This gives the name and version number of the [tool](#//api/name/tool) used to create the session description. It is a session-level attribute, and it is not dependent on charset.

+ fromAttributeValue:

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

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpToolAttribute class.

Declared In

FMIceLinkSdpToolAttribute.h

– getAttributeValue

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

Discussion

Gets the internal value of the attribute.

Declared In

FMIceLinkSdpToolAttribute.h

– initWithTool:

Initializes a new instance of the FMIceLinkSdpToolAttribute class.
- (instancetype)initWithTool:(NSString *)tool

Parameters

tool

The name and version number of the tool used to create the session description.

Discussion

Initializes a new instance of the FMIceLinkSdpToolAttribute class.

Declared In

FMIceLinkSdpToolAttribute.h

– tool

Gets the name and version number of the tool used to create the session description.
- (NSString *)tool

Discussion

Gets the name and version number of the tool used to create the session description.

Declared In

FMIceLinkSdpToolAttribute.h

+ toolAttributeWithTool:

Initializes a new instance of the FMIceLinkSdpToolAttribute class.
+ (FMIceLinkSdpToolAttribute *)toolAttributeWithTool:(NSString *)tool

Parameters

tool

The name and version number of the tool used to create the session description.

Discussion

Initializes a new instance of the FMIceLinkSdpToolAttribute class.

Declared In

FMIceLinkSdpToolAttribute.h