AUDIO_MIXING_STATE_TYPE

Playback states of music files.

Enumerations

AUDIO_MIXING_STATE_PLAYING
(710): The music file is playing.
AUDIO_MIXING_STATE_PAUSED
(711): The music file playback is paused.
AUDIO_MIXING_STATE_STOPPED
(713): The music file playback is stopped. Possible reasons include: AUDIO_MIXING_REASON_ALL_LOOPS_COMPLETED (723) or AUDIO_MIXING_REASON_STOPPED_BY_USER (724).
AUDIO_MIXING_STATE_FAILED
(714): An error occurred during music file playback. Possible reasons include: AUDIO_MIXING_REASON_CAN_NOT_OPEN (701), AUDIO_MIXING_REASON_TOO_FREQUENT_CALL (702), or AUDIO_MIXING_REASON_INTERRUPTED_EOF (703).