Firelight Technologies FMOD Studio API
These values describe the playback state of an event instance.
typedef enum {
FMOD_STUDIO_PLAYBACK_PLAYING,
FMOD_STUDIO_PLAYBACK_IDLE,
FMOD_STUDIO_PLAYBACK_SUSTAINING,
FMOD_STUDIO_PLAYBACK_STOPPED
} FMOD_STUDIO_PLAYBACK_STATE;
FMOD_STUDIO_PLAYBACK_PLAYING
Currently playing.
FMOD_STUDIO_PLAYBACK_IDLE
The timeline cursor has reached the end, but parameter value changes may still trigger sounds.
FMOD_STUDIO_PLAYBACK_SUSTAINING
The timeline cursor is paused on a sustain point.
FMOD_STUDIO_PLAYBACK_STOPPED
Not playing.
Version 1.03.06 Built on Apr 17, 2014