resumeScore abstract method
- String resourceID
Resume scoring.
Available since: 2.15.0 Description: Resume currently paused scoring. Use case: When there is currently paused scoring, this interface can be called to resume the scoring function. When to call: It can be called when there is currently a paused scoring.
resourceID
the resource ID corresponding to the accompaniment or accompaniment clip.
Implementation
Future<int> resumeScore(String resourceID);