714: An exception occurs when playing the audio mixing file. This state comes with one of the following associated reasons:
CanNotOpen(701)
: The SDK cannot open the music file. Possible causes include the
local music file does not exist, the SDK does not support the file format, or the SDK cannot access the music file URL.TooFrequentCall(702)
: The SDK opens the music file too frequently.
If you need to call startAudioMixing
multiple times, ensure that the call interval is longer than 500 ms.InterruptedEOF(703)
: The music file playback is interrupted.711: The audio mixing file pauses playing. This state comes with PausedByUser(725)
.
710: The audio mixing file is playing. This state comes with one of the following associated reasons:
StartedByUser(720)
: Successfully calls startAudioMixing
to play a music file.OneLoopCompleted(721)
: The music file completes a loop playback.StartNewLoop(722)
: The music file starts a new loop playback.ResumedByUser(726)
: Successfully calls resumeAudioMixing
to resume playing the music file.713: The audio mixing file stops playing. This state comes with one of the following associated reasons:
AllLoopsCompleted(723)
: The music file completes all loop playback.StoppedByUser(724)
: Successfully calls stopAudioMixing
to stop playing the music file.Generated using TypeDoc
The state of the audio mixing file.