callbackOnProgressInterval property
Frequency (ms) of audio file playback progress callback. RTCVideoEventHandler.onAudioMixingPlayingProgress will be triggered then according to the set value, no callback by default.
- The value is a multiple of 10 greater than 0. When the value set is not divisible by 10, it will be automatically rounded up by 10. For example, if the value is set to 52ms, it will be automatically adjusted to 60ms.
- If the value is less than or equals to 0, no callback will be triggered.
Implementation
int callbackOnProgressInterval;