seekTo abstract method
- int millisecond
设置指定的播放进度
单位为毫秒
millisecond
指定的播放进度的时间点- Returns 设置指定的播放进度的结果通知
Implementation
Future<ZegoMediaPlayerSeekToResult> seekTo(int millisecond);
设置指定的播放进度
单位为毫秒
millisecond
指定的播放进度的时间点Future<ZegoMediaPlayerSeekToResult> seekTo(int millisecond);