fm.liveswitch.sdp.ice.OptionTagType Enum Reference

A list of known types for fm.liveswitch.sdp.ice.OptionTag. More...

Public Member Functions

 OptionTagType (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static OptionTagType getByAssignedValue (int value)
 

Public Attributes

 Unknown =(1)
 Indicates an unknown option tag. More...
 
 Trickle =(2)
 Indicates the trickle-ice option tag. More...
 

Detailed Description

A list of known types for fm.liveswitch.sdp.ice.OptionTag.

Constructor & Destructor Documentation

◆ OptionTagType()

fm.liveswitch.sdp.ice.OptionTagType.OptionTagType ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.sdp.ice.OptionTagType.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.sdp.ice.OptionTagType.getAssignedValue ( )

◆ getByAssignedValue()

static OptionTagType fm.liveswitch.sdp.ice.OptionTagType.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ Trickle

fm.liveswitch.sdp.ice.OptionTagType.Trickle =(2)

Indicates the trickle-ice option tag.

◆ Unknown

fm.liveswitch.sdp.ice.OptionTagType.Unknown =(1)

Indicates an unknown option tag.