AUDIO_MIXING_STATE_TYPE

The playback state of the music file.

Enumerator

AUDIO_MIXING_STATE_PLAYING

710: The music file is playing.

AUDIO_MIXING_STATE_PAUSED

711: The music file pauses playing.

AUDIO_MIXING_STATE_STOPPED

713: The music file stops playing.

The possible reasons include:
  • AUDIO_MIXING_REASON_ALL_LOOPS_COMPLETED(723)
  • AUDIO_MIXING_REASON_STOPPED_BY_USER(724)
AUDIO_MIXING_STATE_FAILED

714: An error occurs during the playback of the audio mixing file.

The possible reasons include:
  • AUDIO_MIXING_REASON_CAN_NOT_OPEN(701)
  • AUDIO_MIXING_REASON_TOO_FREQUENT_CALL(702)
  • AUDIO_MIXING_REASON_INTERRUPTED_EOF(703)