stop abstract method

Future<int?> stop()

调用 RTCMediaPlayer.openRTCMediaPlayer.start 开始播放后,可以调用本方法停止。 返回值:

  • 0:调用成功;
  • <0:调用失败

Implementation

Future<int?> stop();