Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AUDIO_MIXING_REASON_TYPE

The reason codes of the local user's audio mixing file.

Index

Enumeration members

AUDIO_MIXING_REASON_ALL_LOOPS_COMPLETED

AUDIO_MIXING_REASON_ALL_LOOPS_COMPLETED: = 723

723: The music file completes all loop playback.

AUDIO_MIXING_REASON_CAN_NOT_OPEN

AUDIO_MIXING_REASON_CAN_NOT_OPEN: = 701

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.

AUDIO_MIXING_REASON_INTERRUPTED_EOF

AUDIO_MIXING_REASON_INTERRUPTED_EOF: = 703

703: The music file playback is interrupted.

AUDIO_MIXING_REASON_ONE_LOOP_COMPLETED

AUDIO_MIXING_REASON_ONE_LOOP_COMPLETED: = 721

721: The music file completes a loop playback.

AUDIO_MIXING_REASON_PAUSED_BY_USER

AUDIO_MIXING_REASON_PAUSED_BY_USER: = 725

725: Successfully calls \ref IRtcEngine::pauseAudioMixing "pauseAudioMixing" to pause playing the music file.

AUDIO_MIXING_REASON_RESUMED_BY_USER

AUDIO_MIXING_REASON_RESUMED_BY_USER: = 726

726: Successfully calls \ref IRtcEngine::resumeAudioMixing "resumeAudioMixing" to resume playing the music file.

AUDIO_MIXING_REASON_STARTED_BY_USER

AUDIO_MIXING_REASON_STARTED_BY_USER: = 720

720: Successfully calls \ref IRtcEngine::startAudioMixing(const char*,bool,bool,int,int) "startAudioMixing" to play a music file.

AUDIO_MIXING_REASON_START_NEW_LOOP

AUDIO_MIXING_REASON_START_NEW_LOOP: = 722

722: The music file starts a new loop playback.

AUDIO_MIXING_REASON_STOPPED_BY_USER

AUDIO_MIXING_REASON_STOPPED_BY_USER: = 724

724: Successfully calls \ref IRtcEngine::stopAudioMixing "stopAudioMixing" to stop playing the music file.

AUDIO_MIXING_REASON_TOO_FREQUENT_CALL

AUDIO_MIXING_REASON_TOO_FREQUENT_CALL: = 702

702: The SDK opens the music file too frequently. If you need to call \ref IRtcEngine::startAudioMixing(const char*,bool,bool,int,int) "startAudioMixing" multiple times, ensure that the call interval is longer than 500 ms.

Generated using TypeDoc