seekTo abstract method

Future<ZegoAudioEffectPlayerSeekToResult> seekTo(
  1. int audioEffectID,
  2. int millisecond
)

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.

  • audioEffectID ID for the audio effect.
  • millisecond Point in time of specified playback progress.
  • Returns Result for audio effect player seek to playback progress

Implementation

Future<ZegoAudioEffectPlayerSeekToResult> seekTo(
    int audioEffectID, int millisecond);