FMLiveSwitchSdpConnectionData Class Reference

An SDP connection data element. More...

Instance Methods

(NSString *) - addressType
 Gets the type of the address. More...
 
(NSString *) - connectionAddress
 Gets the connection address. More...
 
(NSString *) - description
 Converts this instance to a string. More...
 
(instancetype) - initWithConnectionAddress:
 Initializes a new instance of the FMLiveSwitchSdpConnectionData class. More...
 
(NSString *) - networkType
 Gets the type of network. More...
 
(void) - setAddressType:
 Sets the type of the address. More...
 
(void) - setConnectionAddress:
 Sets the connection address. More...
 
(void) - setNetworkType:
 Sets the type of network. More...
 
(void) - updateWithConnectionAddress:
 Updates the connection address. More...
 

Class Methods

(FMLiveSwitchSdpConnectionData *) + connectionDataWithConnectionAddress:
 Initializes a new instance of the FMLiveSwitchSdpConnectionData class. More...
 
(FMLiveSwitchSdpConnectionData *) + parseWithS:
 Creates an FMLiveSwitchSdpConnectionData instance from a string. More...
 

Detailed Description

An SDP connection data element.

Method Documentation

◆ addressType

- (NSString*) addressType

Gets the type of the address.

See addressType for possible values.

◆ connectionAddress

- (NSString*) connectionAddress

Gets the connection address.

◆ connectionDataWithConnectionAddress:

+ (FMLiveSwitchSdpConnectionData*) connectionDataWithConnectionAddress: (NSString *)  connectionAddress

Initializes a new instance of the FMLiveSwitchSdpConnectionData class.

Parameters
connectionAddressThe connection address.

◆ description

- (NSString*) description

Converts this instance to a string.

◆ initWithConnectionAddress:

- (instancetype) initWithConnectionAddress: (NSString *)  connectionAddress

Initializes a new instance of the FMLiveSwitchSdpConnectionData class.

Parameters
connectionAddressThe connection address.

◆ networkType

- (NSString*) networkType

Gets the type of network.

See networkType for possible values.

◆ parseWithS:

+ (FMLiveSwitchSdpConnectionData*) parseWithS: (NSString *)  s

Creates an FMLiveSwitchSdpConnectionData instance from a string.

Parameters
sThe string to parse.

◆ setAddressType:

- (void) setAddressType: (NSString *)  value

Sets the type of the address.

See addressType for possible values.

◆ setConnectionAddress:

- (void) setConnectionAddress: (NSString *)  value

Sets the connection address.

◆ setNetworkType:

- (void) setNetworkType: (NSString *)  value

Sets the type of network.

See networkType for possible values.

◆ updateWithConnectionAddress:

- (void) updateWithConnectionAddress: (NSString *)  connectionAddress

Updates the connection address.

Parameters
connectionAddressThe connection address.