stopScore abstract method

Future<int> stopScore(
  1. String resourceID
)

结束评分。

支持版本:2.15.0 及以上。 详情描述:结束当前评分,将停止 OnCurrentPitchValueUpdate 回调,但依然可以正常获取平均分或总分。 业务场景:正在评分时可调用此接口结束评分。 调用时机:正在评分时可调用。

  • resourceID 伴奏或高潮片段对应的资源 ID。

Implementation

Future<int> stopScore(String resourceID);