AudioMixingStateType
Music file playback state.
Enumerations
- AudioMixingStatePlaying
- 710: Music file is playing normally.
- AudioMixingStatePaused
- 711: Music file playback is paused.
- AudioMixingStateStopped
- 713: Music file playback is stopped.
This state may be caused by the following reasons:
- AudioMixingReasonAllLoopsCompleted(723)
- AudioMixingReasonStoppedByUser(724)
- AudioMixingStateFailed
- 714: Error occurred during music file playback.
This state may be caused by the following reasons:
- AudioMixingReasonCanNotOpen(701)
- AudioMixingReasonTooFrequentCall(702)
- AudioMixingReasonInterruptedEof(703)