ALSourceState Enum

Definition

Source state information, can be retrieved by AL.Source() with ALSourcei.SourceState.

public enum ALSourceState
type ALSourceState = 
Inheritance
ALSourceState

Fields

Initial 4113

Default State when loaded, can be manually set with AL.SourceRewind().

Paused 4115

The source has paused playback.

Playing 4114

The source is currently playing.

Stopped 4116

The source is not playing.

Applies to