fm.liveswitch.MediaSourceState Enum Reference

The state of a media source. More...

Public Member Functions

 MediaSourceState (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static MediaSourceState getByAssignedValue (int value)
 

Public Attributes

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

Detailed Description

The state of a media source.

Constructor & Destructor Documentation

◆ MediaSourceState()

fm.liveswitch.MediaSourceState.MediaSourceState ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.MediaSourceState.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.MediaSourceState.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Destroyed

fm.liveswitch.MediaSourceState.Destroyed =(7)

Indicates that the media source has been destroyed.

◆ Destroying

fm.liveswitch.MediaSourceState.Destroying =(6)

Indicates that the media source is being destroyed.

◆ New

fm.liveswitch.MediaSourceState.New =(1)

Indicates that the media source has not been started yet.

◆ Started

fm.liveswitch.MediaSourceState.Started =(3)

Indicates that the media source has started.

◆ Starting

fm.liveswitch.MediaSourceState.Starting =(2)

Indicates that the media source is starting.

◆ Stopped

fm.liveswitch.MediaSourceState.Stopped =(5)

Indicates that the media source has stopped.

◆ Stopping

fm.liveswitch.MediaSourceState.Stopping =(4)

Indicates that the media source is stopping.