RTCSingScoringManager class abstract

Karaoke scoring management interface.

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?>
Gets the average score for the user's current performance.
getLastSentenceScore() Future<int?>
Gets the score for the previous lyric.
getStandardPitchInfo(String midiFilepath) Future<List<StandardPitchInfo>?>
Gets standard pitch.
getTotalScore() Future<int?>
Gets the total score for the user's current performance.
initSingScoring({required String singScoringAppKey, required String singScoringToken, RTCSingScoringEventHandler? handler}) Future<int?>
Initializes karaoke scoring feature.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSingScoringConfig(SingScoringConfig config) Future<int?>
Sets the configuration of karaoke scoring.
startSingScoring({int position, int scoringInfoInterval}) Future<int?>
Starts karaoke scoring.
stopSingScoring() Future<int?>
Stops karaoke scoring.
toString() String
A string representation of this object.
inherited

Operators

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