fm.liveswitch.TransportType Enum Reference

The transport types. More...

Public Member Functions

 TransportType (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static TransportType getByAssignedValue (int value)
 

Public Attributes

 Gatherer =(1)
 The transport that gathers candidates. More...
 
 IceTransport =(2)
 The transport that establishes ice connectivity. More...
 
 DtlsTransport =(3)
 The transport that negotiates Dtls. More...
 
 SctpTransport =(4)
 The transport that negotiates Sctp. More...
 
 ReliableDataTransport =(5)
 The transport that establishes reliable data. More...
 
 SrtpTransport =(6)
 The transport that establishes SRTP. More...
 
 Unset =(7)
 The transport that is Unset. More...
 
 MediaTransport =(8)
 The transport for Media. More...
 
 Unknown =(9)
 The transport is Unknown. More...
 
 None =(10)
 No transport. More...
 

Detailed Description

The transport types.

Constructor & Destructor Documentation

◆ TransportType()

fm.liveswitch.TransportType.TransportType ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.TransportType.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.TransportType.getAssignedValue ( )

◆ getByAssignedValue()

static TransportType fm.liveswitch.TransportType.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ DtlsTransport

fm.liveswitch.TransportType.DtlsTransport =(3)

The transport that negotiates Dtls.

◆ Gatherer

fm.liveswitch.TransportType.Gatherer =(1)

The transport that gathers candidates.

◆ IceTransport

fm.liveswitch.TransportType.IceTransport =(2)

The transport that establishes ice connectivity.

◆ MediaTransport

fm.liveswitch.TransportType.MediaTransport =(8)

The transport for Media.

◆ None

fm.liveswitch.TransportType.None =(10)

No transport.

◆ ReliableDataTransport

fm.liveswitch.TransportType.ReliableDataTransport =(5)

The transport that establishes reliable data.

◆ SctpTransport

fm.liveswitch.TransportType.SctpTransport =(4)

The transport that negotiates Sctp.

◆ SrtpTransport

fm.liveswitch.TransportType.SrtpTransport =(6)

The transport that establishes SRTP.

◆ Unknown

fm.liveswitch.TransportType.Unknown =(9)

The transport is Unknown.

◆ Unset

fm.liveswitch.TransportType.Unset =(7)

The transport that is Unset.