menu
rtmp_player package
documentation
rtmp_player_view.dart
RtmpPlayerViewState
setLoop method
setLoop method
dark_mode
light_mode
setLoop
method
dynamic
setLoop
(
bool
isLoop
)
设置循环播放
Implementation
setLoop(bool isLoop) async { return await _mMethodChannelRtmpPlayer?.setLoop(isLoop); }
rtmp_player package
documentation
rtmp_player_view
RtmpPlayerViewState
setLoop method
RtmpPlayerViewState class