stopFileRecording abstract method

Future<int?> stopFileRecording([
  1. StreamIndex streamIndex = StreamIndex.main
])

停止本地录制

返回值:

  • 0:调用成功;
  • <0:调用失败,具体原因参看 ReturnStatus

注意:

Implementation

Future<int?> stopFileRecording([StreamIndex streamIndex = StreamIndex.main]);