FMIceLinkSdpIceLiteAttribute Class Reference
Inherits from | FMIceLinkSdpAttribute : NSObject |
---|---|
Declared in | FMIceLinkSdpIceLiteAttribute.h FMIceLinkSdpIceLiteAttribute.m |
Overview
"ice-lite" is a session-level attribute only, and indicates that an
agent is a lite implementation.
+ fromAttributeValue:
Initializes a new instance of the FMIceLinkSdpIceLiteAttribute class.
+ (FMIceLinkSdpIceLiteAttribute *)fromAttributeValue:(NSString *)value
Parameters
value |
The attribute value. |
---|
Discussion
Initializes a new instance of the FMIceLinkSdpIceLiteAttribute class.
Declared In
FMIceLinkSdpIceLiteAttribute.h
– getAttributeValue
Gets the value of the attribute.
- (NSString *)getAttributeValue
Discussion
Gets the value of the attribute.
Declared In
FMIceLinkSdpIceLiteAttribute.h
– init
Initializes a new instance of the FMIceLinkSdpIceLiteAttribute class.
- (instancetype)init
Discussion
Initializes a new instance of the FMIceLinkSdpIceLiteAttribute class.
Declared In
FMIceLinkSdpIceLiteAttribute.h
+ liteAttribute
Initializes a new instance of the FMIceLinkSdpIceLiteAttribute class.
+ (FMIceLinkSdpIceLiteAttribute *)liteAttribute
Discussion
Initializes a new instance of the FMIceLinkSdpIceLiteAttribute class.
Declared In
FMIceLinkSdpIceLiteAttribute.h