FMIceLinkSdpConnectionData Class Reference

Inherits from NSObject
Declared in FMIceLinkSdpConnectionData.h
FMIceLinkSdpConnectionData.m

Overview

An SDP connection data element.

– addressType

Gets the type of the address. See FMIceLinkSdpConnectionData#addressType for possible values.
- (NSString *)addressType

Discussion

Gets the type of the address. See FMIceLinkSdpConnectionData#addressType for possible values.

Declared In

FMIceLinkSdpConnectionData.h

– connectionAddress

Gets the connection address.
- (NSString *)connectionAddress

Discussion

Gets the connection address.

Declared In

FMIceLinkSdpConnectionData.h

+ connectionDataWithConnectionAddress:

Initializes a new instance of the FMIceLinkSdpConnectionData class.
+ (FMIceLinkSdpConnectionData *)connectionDataWithConnectionAddress:(NSString *)connectionAddress

Parameters

connectionAddress

The connection address.

Discussion

Initializes a new instance of the FMIceLinkSdpConnectionData class.

Declared In

FMIceLinkSdpConnectionData.h

– description

Converts this instance to a string.
- (NSString *)description

Discussion

Converts this instance to a string.

Declared In

FMIceLinkSdpConnectionData.h

– initWithConnectionAddress:

Initializes a new instance of the FMIceLinkSdpConnectionData class.
- (instancetype)initWithConnectionAddress:(NSString *)connectionAddress

Parameters

connectionAddress

The connection address.

Discussion

Initializes a new instance of the FMIceLinkSdpConnectionData class.

Declared In

FMIceLinkSdpConnectionData.h

– networkType

Gets the type of network. See FMIceLinkSdpConnectionData#networkType for possible values.
- (NSString *)networkType

Discussion

Gets the type of network. See FMIceLinkSdpConnectionData#networkType for possible values.

Declared In

FMIceLinkSdpConnectionData.h

+ parseWithS:

Creates an FMIceLinkSdpConnectionData instance from a string.
+ (FMIceLinkSdpConnectionData *)parseWithS:(NSString *)s

Parameters

s

The string to parse.

Discussion

Creates an FMIceLinkSdpConnectionData instance from a string.

Declared In

FMIceLinkSdpConnectionData.h

– setAddressType:

Sets the type of the address. See FMIceLinkSdpConnectionData#[addressType](#//api/name/addressType) for possible values.
- (void)setAddressType:(NSString *)value

Discussion

Sets the type of the address. See FMIceLinkSdpConnectionData#[addressType](#//api/name/addressType) for possible values.

Declared In

FMIceLinkSdpConnectionData.h

– setConnectionAddress:

Sets the connection address.
- (void)setConnectionAddress:(NSString *)value

Discussion

Sets the connection address.

Declared In

FMIceLinkSdpConnectionData.h

– setNetworkType:

Sets the type of network. See FMIceLinkSdpConnectionData#[networkType](#//api/name/networkType) for possible values.
- (void)setNetworkType:(NSString *)value

Discussion

Sets the type of network. See FMIceLinkSdpConnectionData#[networkType](#//api/name/networkType) for possible values.

Declared In

FMIceLinkSdpConnectionData.h

– updateWithConnectionAddress:

Updates the connection address.
- (void)updateWithConnectionAddress:(NSString *)connectionAddress

Parameters

connectionAddress

The connection address.

Discussion

Updates the connection address.

Declared In

FMIceLinkSdpConnectionData.h