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... | |
The state of local media.
| fm.liveswitch.LocalMediaState.LocalMediaState | ( | int | value | ) |
|
static |
| int fm.liveswitch.LocalMediaState.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.LocalMediaState.Destroyed =(7) |
Indicates that the local media has been destroyed.
| fm.liveswitch.LocalMediaState.Destroying =(6) |
Indicates that the local media is being destroyed.
| fm.liveswitch.LocalMediaState.New =(1) |
Indicates that the local media has not been started yet.
| fm.liveswitch.LocalMediaState.Started =(3) |
Indicates that the local media has started.
| fm.liveswitch.LocalMediaState.Starting =(2) |
Indicates that the local media is starting.
| fm.liveswitch.LocalMediaState.Stopped =(5) |
Indicates that the local media has stopped.
| fm.liveswitch.LocalMediaState.Stopping =(4) |
Indicates that the local media is stopping.