stop abstract method

Future<int?> stop()

After calling RTCMediaPlayer.open or RTCMediaPlayer.start to start audio mixing, call this method to stop audio mixing.

Return value:

  • 0: Success.
  • <0: Failure.

Implementation

Future<int?> stop();