pauseAll abstract method

Future<int?> pauseAll()

暂停播放所有音效文件。

返回值:

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

注意:

Implementation

Future<int?> pauseAll();