Defines valid SDP address types. More...
Class Methods | |
| (NSString *) | + getAddressTypeForAddressWithIPAddress: |
| Gets the SDP address type for the specified IP address. More... | |
| (NSString *) | + ip4 |
| Gets the SDP address type meaning "IP version 4". More... | |
| (NSString *) | + ip6 |
| Gets the SDP address type meaning "IP version 6". More... | |
Defines valid SDP address types.
Gets the SDP address type for the specified IP address.
| ipAddress | The IP address. |
| + (NSString*) ip4 |
Gets the SDP address type meaning "IP version 4".
| + (NSString*) ip6 |
Gets the SDP address type meaning "IP version 6".