FMIceLinkSdpAddressType Class Reference

Inherits from NSObject
Declared in FMIceLinkSdpAddressType.h
FMIceLinkSdpAddressType.m

Overview

Defines valid SDP address types.

+ getAddressTypeForAddressWithIPAddress:

Gets the SDP address type for the specified IP address.
+ (NSString *)getAddressTypeForAddressWithIPAddress:(NSString *)ipAddress

Parameters

ipAddress

The IP address.

Discussion

Gets the SDP address type for the specified IP address.

Declared In

FMIceLinkSdpAddressType.h

+ ip4

Gets the SDP address type meaning "IP version 4".
+ (NSString *)ip4

Discussion

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

Declared In

FMIceLinkSdpAddressType.h

+ ip6

Gets the SDP address type meaning "IP version 6".
+ (NSString *)ip6

Discussion

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

Declared In

FMIceLinkSdpAddressType.h