FMIceLinkSdpFormatParametersAttribute Class Reference
| Inherits from | FMIceLinkSdpAttribute : NSObject |
|---|---|
| Declared in | FMIceLinkSdpFormatParametersAttribute.h FMIceLinkSdpFormatParametersAttribute.m |
Overview
– deserializeFormatSpecificParameters
- (NSMutableDictionary *)deserializeFormatSpecificParametersDiscussion
Declared In
FMIceLinkSdpFormatParametersAttribute.h
– format
- (int)formatDiscussion
Declared In
FMIceLinkSdpFormatParametersAttribute.h
+ formatParametersAttributeWithFormat:
+ (FMIceLinkSdpFormatParametersAttribute *)formatParametersAttributeWithFormat:(int)formatParameters
format |
The format. |
|---|
Discussion
Declared In
FMIceLinkSdpFormatParametersAttribute.h
+ formatParametersAttributeWithFormat:formatSpecificParameters:
+ (FMIceLinkSdpFormatParametersAttribute *)formatParametersAttributeWithFormat:(int)format formatSpecificParameters:(NSString *)formatSpecificParametersParameters
format |
The format. |
|---|---|
formatSpecificParameters |
The format-specific parameters. |
Discussion
Declared In
FMIceLinkSdpFormatParametersAttribute.h
– formatSpecificParameters
- (NSString *)formatSpecificParametersDiscussion
Declared In
FMIceLinkSdpFormatParametersAttribute.h
+ fromAttributeValue:
+ (FMIceLinkSdpFormatParametersAttribute *)fromAttributeValue:(NSString *)valueParameters
value |
The attribute value. |
|---|
Discussion
Declared In
FMIceLinkSdpFormatParametersAttribute.h
– getAttributeValue
- (NSString *)getAttributeValueDiscussion
Declared In
FMIceLinkSdpFormatParametersAttribute.h
– getFormatSpecificParameterWithKey:
- (NSString *)getFormatSpecificParameterWithKey:(NSString *)keyParameters
key |
The key. |
|---|
Discussion
Declared In
FMIceLinkSdpFormatParametersAttribute.h
– initWithFormat:
- (instancetype)initWithFormat:(int)formatParameters
format |
The format. |
|---|
Discussion
Declared In
FMIceLinkSdpFormatParametersAttribute.h
– initWithFormat:formatSpecificParameters:
- (instancetype)initWithFormat:(int)format formatSpecificParameters:(NSString *)formatSpecificParametersParameters
format |
The format. |
|---|---|
formatSpecificParameters |
The format-specific parameters. |
Discussion
Declared In
FMIceLinkSdpFormatParametersAttribute.h
– serializeFormatSpecificParametersWithMap:
- (void)serializeFormatSpecificParametersWithMap:(NSMutableDictionary *)mapParameters
map |
The map. |
|---|
Discussion
Declared In
FMIceLinkSdpFormatParametersAttribute.h
– setFormatSpecificParameterWithKey:value:
- (void)setFormatSpecificParameterWithKey:(NSString *)key value:(NSString *)valueParameters
key |
The key. |
|---|---|
value |
The value. |
Discussion
Declared In
FMIceLinkSdpFormatParametersAttribute.h
– tryGetFormatSpecificParameterWithKey:value:
- (bool)tryGetFormatSpecificParameterWithKey:(NSString *)key value:(NSString **)valueParameters
key |
The key. |
|---|---|
value |
The value. |
Discussion
Declared In
FMIceLinkSdpFormatParametersAttribute.h
– unsetFormatSpecificParameterWithKey:
- (bool)unsetFormatSpecificParameterWithKey:(NSString *)keyParameters
key |
The key. |
|---|
Discussion
Declared In
FMIceLinkSdpFormatParametersAttribute.h