onAudioMixingPlayingProgress property
@detail callback @author songxiaomeng.19 @brief Callback for playback progress of mixed audio files @param mixId ID of the mixing task @param progress The current playback progress (ms) of the mixed audio file @note After calling setAudioMixingProgressInterval to set the time interval to a value greater than 0, or calling startAudioMixing to set the time interval in AudioMixingConfigto a value greater than 0, the SDK will trigger the callback according to the set time interval.
Implementation
FutureOr<void> Function(int mixId, int progress)?
onAudioMixingPlayingProgress;