-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum TrackSwitchOffModeTrackSwitchOffMode represents the possible modes of behavior of the Track switch-off mechanism.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DISABLEDIn this mode, Tracks are never switched off.
PREDICTEDIn this mode, Tracks are pro-actively switched off when network congestion is predicted bythe bandwidth estimation mechanism.
DETECTEDIn this mode, Tracks are switched off only when network congestion is detected.
-
Method Summary
Modifier and Type Method Description static Array<TrackSwitchOffMode>values()static TrackSwitchOffModevalueOf(String name)-
-
Method Detail
-
values
static Array<TrackSwitchOffMode> values()
-
valueOf
static TrackSwitchOffMode valueOf(String name)
-
-
-
-