AudioEngineState Enum
Namespace: Stride.AudioAssembly: Stride.Audio.dll
Describe the possible states of the AudioEngine.
public enum AudioEngineState
Fields
Name | Description |
---|---|
Disposed | The audio engine is disposed. The current instance cannot be used to play or create sounds anymore. |
Invalidated | The audio engine is not currently usable due to missing audio hardware or unplugged audio output. |
Paused | The audio engine is currently paused. Any calls to play will be dropped. |
Running | The audio engine is currently running. |