Table of Contents

Enum AudioSourceState

Namespace
LibGFX.Audio
Assembly
LibGFX.dll

Represents the state of the audio source

public enum AudioSourceState

Fields

Disposed = 5
Initialized = 1
None = 0
Paused = 3
Playing = 2
Stopped = 4