An SDP remote candidate element. More...
Instance Methods | |
| (int) | - componentId | 
| Gets the ID of the component for which this is a remote candidate.  More... | |
| (NSString *) | - connectionAddress | 
| Gets the IP address of the remote candidate.  More... | |
| (NSString *) | - description | 
| Converts this instance to a string.  More... | |
| (instancetype) | - initWithComponentId:connectionAddress:port: | 
| Initializes a new instance of the FMLiveSwitchSdpIceRemoteCandidate class.  More... | |
| (int) | - port | 
| Gets the port of the remote candidate.  More... | |
Class Methods | |
| (FMLiveSwitchSdpIceRemoteCandidate *) | + parseWithS: | 
| Creates an FMLiveSwitchSdpIceRemoteCandidate instance from a string.  More... | |
| (FMLiveSwitchSdpIceRemoteCandidate *) | + remoteCandidateWithComponentId:connectionAddress:port: | 
| Initializes a new instance of the FMLiveSwitchSdpIceRemoteCandidate class.  More... | |
An SDP remote candidate element.
| - (int) componentId | 
Gets the ID of the component for which this is a remote candidate.
| - (NSString*) connectionAddress | 
Gets the IP address of the remote candidate.
| - (NSString*) description | 
Converts this instance to a string.
| - (instancetype) initWithComponentId: | (int) | componentId | |
| connectionAddress: | (NSString *) | connectionAddress | |
| port: | (int) | port | |
Initializes a new instance of the FMLiveSwitchSdpIceRemoteCandidate class.
| componentId | The ID of the component for which this is a remote candidate. | 
| connectionAddress | The IP address of the remote candidate. | 
| port | The port of the remote candidate. | 
| + (FMLiveSwitchSdpIceRemoteCandidate*) parseWithS: | (NSString *) | s | 
Creates an FMLiveSwitchSdpIceRemoteCandidate instance from a string.
| s | The string to parse. | 
| - (int) port | 
Gets the port of the remote candidate.
| + (FMLiveSwitchSdpIceRemoteCandidate*) remoteCandidateWithComponentId: | (int) | componentId | |
| connectionAddress: | (NSString *) | connectionAddress | |
| port: | (int) | port | |
Initializes a new instance of the FMLiveSwitchSdpIceRemoteCandidate class.
| componentId | The ID of the component for which this is a remote candidate. | 
| connectionAddress | The IP address of the remote candidate. | 
| port | The port of the remote candidate. |