Enum MediaSourceState
The state of a media source.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum MediaSourceState
Fields
| Name | Description |
|---|---|
| Destroyed | Indicates that the media source has been destroyed. |
| Destroying | Indicates that the media source is being destroyed. |
| New | Indicates that the media source has not been started yet. |
| Started | Indicates that the media source has started. |
| Starting | Indicates that the media source is starting. |
| Stopped | Indicates that the media source has stopped. |
| Stopping | Indicates that the media source is stopping. |