/ fm / liveswitch / sdp / AddressType
Class: AddressType
liveswitch.sdp.AddressType
Defines valid SDP address types.
Table of contents
Constructors
Methods
Constructors
constructor
+ new AddressType(): AddressType
Returns: AddressType
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/AddressType.ts:9
getAddressTypeForAddress
▸ Static
getAddressTypeForAddress(ipAddress
: string): string
Gets the SDP address type for the specified IP address.
Parameters:
Name | Type | Description |
---|---|---|
ipAddress |
string | The IP address. |
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/AddressType.ts:18
getIP4
▸ Static
getIP4(): string
Gets the SDP address type meaning "IP version 4".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/AddressType.ts:38
getIP6
▸ Static
getIP6(): string
Gets the SDP address type meaning "IP version 6".
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/sdp/AddressType.ts:50