ZegoAIVoiceChanger class abstract

Constructors

ZegoAIVoiceChanger()

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

getIndex() → int
Get AI voice changer instance index.
getSpeakerList() → Future<void>
Get AI voice changer speaker list.
initEngine() → Future<void>
Initialize AI voice changer engine.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSpeaker(int speakerID) → Future<void>
Set AI voice changer speaker.
toString() → String
A string representation of this object.
inherited
update() → Future<void>
Update AI voice changer engine models.

Operators

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