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