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... | |
An SDP connection data element.
- (NSString*) addressType |
Gets the type of the address.
See addressType for possible values.
- (NSString*) connectionAddress |
Gets the connection address.
+ (FMLiveSwitchSdpConnectionData*) connectionDataWithConnectionAddress: | (NSString *) | connectionAddress |
Initializes a new instance of the FMLiveSwitchSdpConnectionData class.
connectionAddress | The connection address. |
- (NSString*) description |
Converts this instance to a string.
- (instancetype) initWithConnectionAddress: | (NSString *) | connectionAddress |
Initializes a new instance of the FMLiveSwitchSdpConnectionData class.
connectionAddress | The connection address. |
- (NSString*) networkType |
Gets the type of network.
See networkType for possible values.
+ (FMLiveSwitchSdpConnectionData*) parseWithS: | (NSString *) | s |
Creates an FMLiveSwitchSdpConnectionData instance from a string.
s | The string to parse. |
- (void) setAddressType: | (NSString *) | value |
Sets the type of the address.
See addressType for possible values.
- (void) setConnectionAddress: | (NSString *) | value |
Sets the connection address.
- (void) setNetworkType: | (NSString *) | value |
Sets the type of network.
See networkType for possible values.
- (void) updateWithConnectionAddress: | (NSString *) | connectionAddress |
Updates the connection address.
connectionAddress | The connection address. |