A simulcast stream state. More...
Public Member Functions | |
SimulcastStreamState (int value) | |
int | getAssignedValue () |
Static Public Member Functions | |
[static initializer] | |
static SimulcastStreamState | getByAssignedValue (int value) |
Public Attributes | |
Underutilized =(1) | |
Indicates a stream state that is underutilized. More... | |
Normal =(2) | |
Indicates a stream state that is normal. More... | |
Overutilized =(3) | |
Indicates a stream state that is overutilized. More... | |
A simulcast stream state.
fm.liveswitch.SimulcastStreamState.SimulcastStreamState | ( | int | value | ) |
|
static |
int fm.liveswitch.SimulcastStreamState.getAssignedValue | ( | ) |
|
static |
fm.liveswitch.SimulcastStreamState.Normal =(2) |
Indicates a stream state that is normal.
fm.liveswitch.SimulcastStreamState.Overutilized =(3) |
Indicates a stream state that is overutilized.
fm.liveswitch.SimulcastStreamState.Underutilized =(1) |
Indicates a stream state that is underutilized.