fm.liveswitch.IceGatheringState Enum Reference

The state of an ICE gatherer. More...

Public Member Functions

 IceGatheringState (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static IceGatheringState getByAssignedValue (int value)
 

Public Attributes

 New =(1)
 Indicates that the gatherer has been created and no gathering has occurred yet. More...
 
 Gathering =(2)
 Indicates that the gatherer is in the process of gathering candidates. More...
 
 Complete =(3)
 Indicates that the gatherer has completed gathering candidates. More...
 
 Closing =(4)
 Indicates that the gatherer has started closing intentionally via a call to stop. More...
 
 Closed =(5)
 Indicates that the gatherer has been closed intentionally via a call to stop. More...
 
 Failed =(6)
 Indicates that the gatherer failed due to an error. More...
 

Detailed Description

The state of an ICE gatherer.

Constructor & Destructor Documentation

◆ IceGatheringState()

fm.liveswitch.IceGatheringState.IceGatheringState ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.IceGatheringState.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.IceGatheringState.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Closed

fm.liveswitch.IceGatheringState.Closed =(5)

Indicates that the gatherer has been closed intentionally via a call to stop.

◆ Closing

fm.liveswitch.IceGatheringState.Closing =(4)

Indicates that the gatherer has started closing intentionally via a call to stop.

◆ Complete

fm.liveswitch.IceGatheringState.Complete =(3)

Indicates that the gatherer has completed gathering candidates.

◆ Failed

fm.liveswitch.IceGatheringState.Failed =(6)

Indicates that the gatherer failed due to an error.

◆ Gathering

fm.liveswitch.IceGatheringState.Gathering =(2)

Indicates that the gatherer is in the process of gathering candidates.

◆ New

fm.liveswitch.IceGatheringState.New =(1)

Indicates that the gatherer has been created and no gathering has occurred yet.