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 *)valueParameters
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 *)getAttributeValueDiscussion
Gets the internal value of the attribute.
Declared In
FMIceLinkSdpToolAttribute.h
– initWithTool:
Initializes a new instance of the FMIceLinkSdpToolAttribute class.
- (instancetype)initWithTool:(NSString *)toolParameters
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 *)toolDiscussion
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 *)toolParameters
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