FMIceLinkSdpCharacterSetAttribute Class Reference

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

Overview

This specifies the character set to be used to display the session name and information data. By default, the ISO-10646 character set in UTF-8 encoding is used. If a more compact representation is required, other character sets may be used. For example, the ISO 8859-1 is specified with the following SDP attribute: a=charset:ISO-8859-1

– characterSet

Gets the character set to be used to display the session name and information data.
- (NSString *)characterSet

Discussion

Gets the character set to be used to display the session name and information data.

Declared In

FMIceLinkSdpCharacterSetAttribute.h

+ characterSetAttributeWithCharacterSet:

Initializes a new instance of the FMIceLinkSdpCharacterSetAttribute class.
+ (FMIceLinkSdpCharacterSetAttribute *)characterSetAttributeWithCharacterSet:(NSString *)characterSet

Parameters

characterSet

The character set to be used to display the session name and information data.

Discussion

Initializes a new instance of the FMIceLinkSdpCharacterSetAttribute class.

Declared In

FMIceLinkSdpCharacterSetAttribute.h

+ fromAttributeValue:

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

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpCharacterSetAttribute class.

Declared In

FMIceLinkSdpCharacterSetAttribute.h

– getAttributeValue

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

Discussion

Gets the internal value of the attribute.

Declared In

FMIceLinkSdpCharacterSetAttribute.h

– initWithCharacterSet:

Initializes a new instance of the FMIceLinkSdpCharacterSetAttribute class.
- (instancetype)initWithCharacterSet:(NSString *)characterSet

Parameters

characterSet

The character set to be used to display the session name and information data.

Discussion

Initializes a new instance of the FMIceLinkSdpCharacterSetAttribute class.

Declared In

FMIceLinkSdpCharacterSetAttribute.h