AUDIO_MIXING_REASON_TYPE
Reasons for audio mixing playback state changes.
Enumerations
- AUDIO_MIXING_REASON_CAN_NOT_OPEN
- (701): Failed to open the music file. For example, the local file does not exist, the format is unsupported, or the file URL is inaccessible.
- AUDIO_MIXING_REASON_TOO_FREQUENT_CALL
- (702):
startAudioMixingis called too frequently. It is recommended to wait more than 500 ms between calls. - AUDIO_MIXING_REASON_INTERRUPTED_EOF
- (703): Music file playback is interrupted.
- AUDIO_MIXING_REASON_ONE_LOOP_COMPLETED
- (721): One loop of the music file playback is completed.
- AUDIO_MIXING_REASON_ALL_LOOPS_COMPLETED
- (723): All loops of the music file playback are completed.
- AUDIO_MIXING_REASON_STOPPED_BY_USER
- (724): stopAudioMixing is called successfully to stop the music file playback.
- AUDIO_MIXING_REASON_RESUMED_BY_USER
- (726): Audio mixing playback is resumed by the user.
- AUDIO_MIXING_REASON_OK
- (0): The music file is opened successfully.