pauseScore abstract method

Future<int> pauseScore(
  1. String resourceID
)

Pause scoring.

Available since: 2.15.0 Description: Pause ongoing scoring,will stop the OnCurrentPitchValueUpdate callback. Use case: You can call this interface to pause the scoring function while scoring. When to call: It can be called while grading.

  • resourceID the resource ID corresponding to the accompaniment or accompaniment clip.

Implementation

Future<int> pauseScore(String resourceID);