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... | |
The state of an ICE gatherer.
fm.liveswitch.IceGatheringState.IceGatheringState | ( | int | value | ) |
|
static |
int fm.liveswitch.IceGatheringState.getAssignedValue | ( | ) |
|
static |
fm.liveswitch.IceGatheringState.Closed =(5) |
Indicates that the gatherer has been closed intentionally via a call to stop.
fm.liveswitch.IceGatheringState.Closing =(4) |
Indicates that the gatherer has started closing intentionally via a call to stop.
fm.liveswitch.IceGatheringState.Complete =(3) |
Indicates that the gatherer has completed gathering candidates.
fm.liveswitch.IceGatheringState.Failed =(6) |
Indicates that the gatherer failed due to an error.
fm.liveswitch.IceGatheringState.Gathering =(2) |
Indicates that the gatherer is in the process of gathering candidates.
fm.liveswitch.IceGatheringState.New =(1) |
Indicates that the gatherer has been created and no gathering has occurred yet.