SourceState
Enum
Namespace:
Vox
Declared in:
Vox
Describes possible sound source states.
Enumeration
Underlying type:
int
Values:
Initial = AL_INITIAL
Playing = AL_PLAYING
Paused = AL_PAUSED
Stopped = AL_STOPPED
Back to index