seekTo abstract method
Set the specified playback progress.
Available since: 1.16.0
Description: Set the specified audio effect playback progress. Unit is millisecond.
When to call: The specified audioEffectID isstart, and not finished.
Restrictions: None.
audioEffectIDID for the audio effect.millisecondPoint in time of specified playback progress.- Returns Result for audio effect player seek to playback progress
Implementation
Future<ZegoAudioEffectPlayerSeekToResult> seekTo(
int audioEffectID, int millisecond);