pause abstract method

Future<int?> pause(
  1. int effectId
)

Pauses the playback of audio effect files.

Return value:

  • 0: Success.
  • <0: Failure.

Notes:

Implementation

Future<int?> pause(int effectId);