onAudioMixingPlayingProgress property

OnAudioMixingPlayingProgressType? onAudioMixingPlayingProgress
getter/setter pair

Callback for playback progress of mixed audio files.

After calling RTCMediaPlayer.setProgressInterval to set the time interval to a value greater than 0, or calling RTCMediaPlayer.start to set the time interval in config to a value greater than 0, the SDK will trigger the callback according to the set time interval.

Implementation

OnAudioMixingPlayingProgressType? onAudioMixingPlayingProgress;