stopScreenCapture abstract method

Future<int?> stopScreenCapture()

屏幕共享时,停止屏幕流采集

返回值:

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

Implementation

Future<int?> stopScreenCapture();