fm.liveswitch.sdp.AddressType Class Referenceabstract

Defines valid SDP address types. More...

Static Public Member Functions

static String getAddressTypeForAddress (String ipAddress)
 Gets the SDP address type for the specified IP address. More...
 
static String getIP4 ()
 Gets the SDP address type meaning "IP version 4". More...
 
static String getIP6 ()
 Gets the SDP address type meaning "IP version 6". More...
 

Detailed Description

Defines valid SDP address types.

Member Function Documentation

◆ getAddressTypeForAddress()

static String fm.liveswitch.sdp.AddressType.getAddressTypeForAddress ( String  ipAddress)
static

Gets the SDP address type for the specified IP address.

Parameters
ipAddressThe IP address.

◆ getIP4()

static String fm.liveswitch.sdp.AddressType.getIP4 ( )
static

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

◆ getIP6()

static String fm.liveswitch.sdp.AddressType.getIP6 ( )
static

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