seekTo method

dynamic seekTo(
  1. int msec
)

指定开始播放时间

Implementation

seekTo(int msec) async {
  return await _mMethodChannelRtmpPlayer?.seekTo(msec);
}