fm.liveswitch.LocalMediaState Enum Reference

The state of local media. More...

Public Member Functions

 LocalMediaState (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static LocalMediaState getByAssignedValue (int value)
 

Public Attributes

 New =(1)
 Indicates that the local media has not been started yet. More...
 
 Starting =(2)
 Indicates that the local media is starting. More...
 
 Started =(3)
 Indicates that the local media has started. More...
 
 Stopping =(4)
 Indicates that the local media is stopping. More...
 
 Stopped =(5)
 Indicates that the local media has stopped. More...
 
 Destroying =(6)
 Indicates that the local media is being destroyed. More...
 
 Destroyed =(7)
 Indicates that the local media has been destroyed. More...
 

Detailed Description

The state of local media.

Constructor & Destructor Documentation

◆ LocalMediaState()

fm.liveswitch.LocalMediaState.LocalMediaState ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.LocalMediaState.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.LocalMediaState.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Destroyed

fm.liveswitch.LocalMediaState.Destroyed =(7)

Indicates that the local media has been destroyed.

◆ Destroying

fm.liveswitch.LocalMediaState.Destroying =(6)

Indicates that the local media is being destroyed.

◆ New

fm.liveswitch.LocalMediaState.New =(1)

Indicates that the local media has not been started yet.

◆ Started

fm.liveswitch.LocalMediaState.Started =(3)

Indicates that the local media has started.

◆ Starting

fm.liveswitch.LocalMediaState.Starting =(2)

Indicates that the local media is starting.

◆ Stopped

fm.liveswitch.LocalMediaState.Stopped =(5)

Indicates that the local media has stopped.

◆ Stopping

fm.liveswitch.LocalMediaState.Stopping =(4)

Indicates that the local media is stopping.