AudioMixingStateType
The playback state of the music file.
Enumerator
- AudioMixingStatePlaying
 - 
                    
710: The music file is playing.
 - AudioMixingStatePaused
 - 
                    
711: The music file pauses playing.
 - AudioMixingStateStopped
 - 
                    
713: The music file stops playing.
The possible reasons include:- AudioMixingReasonAllLoopsCompleted(723)
 - AudioMixingReasonStoppedByUser(724)
 
 - AudioMixingStateFailed
 - 
                    
714: An error occurs during the playback of the audio mixing file.
The possible reasons include:- AudioMixingReasonCanNotOpen(701)
 - AudioMixingReasonTooFrequentCall(702)
 - AudioMixingReasonInterruptedEof(703)