seekTo abstract method

Future<ZegoMediaPlayerSeekToResult> seekTo(
  1. int millisecond
)

Set the specified playback progress.

Unit is millisecond

  • millisecond Point in time of specified playback progress
  • Returns The result notification of set the specified playback progress

Implementation

Future<ZegoMediaPlayerSeekToResult> seekTo(int millisecond);