RTCSingScoringManager class abstract

K 歌评分管理接口。

Constructors

RTCSingScoringManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAverageScore() Future<int?>
获取当前演唱歌曲的平均分。
getLastSentenceScore() Future<int?>
获取上一句的演唱评分。
getStandardPitchInfo(String midiFilepath) Future<List<StandardPitchInfo>?>
获取标准音高数据。
getTotalScore() Future<int?>
获取当前演唱总分。
initSingScoring({required String singScoringAppKey, required String singScoringToken, RTCSingScoringEventHandler? handler}) Future<int?>
初始化 K 歌评分。
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSingScoringConfig(SingScoringConfig config) Future<int?>
设置 K 歌评分参数。
startSingScoring({int position, int scoringInfoInterval}) Future<int?>
开始 K 歌评分。
stopSingScoring() Future<int?>
停止 K 歌评分。
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited