Enum ALSourceState
Source state information, can be retrieved by GetSource(int, ALGetSourcei) with SourceState.
Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public enum ALSourceState
Fields
| Name | Description |
|---|---|
| Initial | Default State when loaded, can be manually set with AL.SourceRewind(). |
| Paused | The source has paused playback. |
| Playing | The source is currently playing. |
| Stopped | The source is not playing. |