FMLiveSwitchSdpAddressType Class Reference

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...
 

Detailed Description

Defines valid SDP address types.

Method Documentation

◆ getAddressTypeForAddressWithIPAddress:

+ (NSString*) getAddressTypeForAddressWithIPAddress: (NSString *)  ipAddress

Gets the SDP address type for the specified IP address.

Parameters
ipAddressThe IP address.

◆ ip4

+ (NSString*) ip4

Gets the SDP address type meaning "IP version 4".

◆ ip6

+ (NSString*) ip6

Gets the SDP address type meaning "IP version 6".