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