setLoop method

dynamic setLoop(
  1. bool isLoop
)

设置循环播放

Implementation

setLoop(bool isLoop) async {
  return await _mMethodChannelRtmpPlayer?.setLoop(isLoop);
}