Enum ALSourceState
Source state information, can be retrieved by AL.Source() with ALSourcei.SourceState.
Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.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. |