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