fm.liveswitch.SimulcastStreamState Enum Reference

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...
 

Detailed Description

A simulcast stream state.

Constructor & Destructor Documentation

◆ SimulcastStreamState()

fm.liveswitch.SimulcastStreamState.SimulcastStreamState ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.SimulcastStreamState.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.SimulcastStreamState.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Normal

fm.liveswitch.SimulcastStreamState.Normal =(2)

Indicates a stream state that is normal.

◆ Overutilized

fm.liveswitch.SimulcastStreamState.Overutilized =(3)

Indicates a stream state that is overutilized.

◆ Underutilized

fm.liveswitch.SimulcastStreamState.Underutilized =(1)

Indicates a stream state that is underutilized.