FMIceLinkSdpFormatParametersAttribute Class Reference

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

Overview

This attribute allows parameters that are specific to a particular [format](#//api/name/format) to be conveyed in a way that SDP does not have to understand them. The [format](#//api/name/format) must be one of the formats specified for the media. Format-specific parameters may be any set of parameters required to be conveyed by SDP and given unchanged to the media tool that will use this [format](#//api/name/format). At most one instance of this attribute is allowed for each [format](#//api/name/format).

– deserializeFormatSpecificParameters

Creates a dictionary map from the [format](#//api/name/format) specific parameters.
- (NSMutableDictionary *)deserializeFormatSpecificParameters

Discussion

Creates a dictionary map from the [format](#//api/name/format) specific parameters.

Declared In

FMIceLinkSdpFormatParametersAttribute.h

– format

Gets the format.
- (int)format

Discussion

Gets the format.

Declared In

FMIceLinkSdpFormatParametersAttribute.h

+ formatParametersAttributeWithFormat:

Initializes a new instance of the FMIceLinkSdpFormatParametersAttribute class.
+ (FMIceLinkSdpFormatParametersAttribute *)formatParametersAttributeWithFormat:(int)format

Parameters

format

The format.

Discussion

Initializes a new instance of the FMIceLinkSdpFormatParametersAttribute class.

Declared In

FMIceLinkSdpFormatParametersAttribute.h

+ formatParametersAttributeWithFormat:formatSpecificParameters:

Initializes a new instance of the FMIceLinkSdpFormatParametersAttribute class.
+ (FMIceLinkSdpFormatParametersAttribute *)formatParametersAttributeWithFormat:(int)format formatSpecificParameters:(NSString *)formatSpecificParameters

Parameters

format

The format.

formatSpecificParameters

The format-specific parameters.

Discussion

Initializes a new instance of the FMIceLinkSdpFormatParametersAttribute class.

Declared In

FMIceLinkSdpFormatParametersAttribute.h

– formatSpecificParameters

Gets the format-specific parameters.
- (NSString *)formatSpecificParameters

Discussion

Gets the format-specific parameters.

Declared In

FMIceLinkSdpFormatParametersAttribute.h

+ fromAttributeValue:

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

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpFormatParametersAttribute class.

Declared In

FMIceLinkSdpFormatParametersAttribute.h

– getAttributeValue

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

Discussion

Gets the internal value of the attribute.

Declared In

FMIceLinkSdpFormatParametersAttribute.h

– getFormatSpecificParameterWithKey:

Gets a [format](#//api/name/format) specific parameter.
- (NSString *)getFormatSpecificParameterWithKey:(NSString *)key

Parameters

key

The key.

Discussion

Gets a [format](#//api/name/format) specific parameter.

Declared In

FMIceLinkSdpFormatParametersAttribute.h

– initWithFormat:

Initializes a new instance of the FMIceLinkSdpFormatParametersAttribute class.
- (instancetype)initWithFormat:(int)format

Parameters

format

The format.

Discussion

Initializes a new instance of the FMIceLinkSdpFormatParametersAttribute class.

Declared In

FMIceLinkSdpFormatParametersAttribute.h

– initWithFormat:formatSpecificParameters:

Initializes a new instance of the FMIceLinkSdpFormatParametersAttribute class.
- (instancetype)initWithFormat:(int)format formatSpecificParameters:(NSString *)formatSpecificParameters

Parameters

format

The format.

formatSpecificParameters

The format-specific parameters.

Discussion

Initializes a new instance of the FMIceLinkSdpFormatParametersAttribute class.

Declared In

FMIceLinkSdpFormatParametersAttribute.h

– serializeFormatSpecificParametersWithMap:

Updates the [format](#//api/name/format) specific parameters based on a dictionary map.
- (void)serializeFormatSpecificParametersWithMap:(NSMutableDictionary *)map

Parameters

map

The map.

Discussion

Updates the [format](#//api/name/format) specific parameters based on a dictionary map.

Declared In

FMIceLinkSdpFormatParametersAttribute.h

– setFormatSpecificParameterWithKey:value:

Sets a [format](#//api/name/format) specific parameter.
- (void)setFormatSpecificParameterWithKey:(NSString *)key value:(NSString *)value

Parameters

key

The key.

value

The value.

Discussion

Sets a [format](#//api/name/format) specific parameter.

Declared In

FMIceLinkSdpFormatParametersAttribute.h

– tryGetFormatSpecificParameterWithKey:value:

Tries to get a [format](#//api/name/format) specific parameter.
- (bool)tryGetFormatSpecificParameterWithKey:(NSString *)key value:(NSString **)value

Parameters

key

The key.

value

The value.

Discussion

Tries to get a [format](#//api/name/format) specific parameter.

Declared In

FMIceLinkSdpFormatParametersAttribute.h

– unsetFormatSpecificParameterWithKey:

Unsets a [format](#//api/name/format) specific parameter.
- (bool)unsetFormatSpecificParameterWithKey:(NSString *)key

Parameters

key

The key.

Discussion

Unsets a [format](#//api/name/format) specific parameter.

Declared In

FMIceLinkSdpFormatParametersAttribute.h