menu
rtmp_player package
documentation
rtmp_player_view.dart
RtmpPlayerViewState
seekTo method
seekTo method
dark_mode
light_mode
seekTo
method
dynamic
seekTo
(
int
msec
)
指定开始播放时间
Implementation
seekTo(int msec) async { return await _mMethodChannelRtmpPlayer?.seekTo(msec); }
rtmp_player package
documentation
rtmp_player_view
RtmpPlayerViewState
seekTo method
RtmpPlayerViewState class