ZegoEffectService mixin
- Mixin applications
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
-
enableBeauty(
bool isOn) → Future< void> - enable beauty
-
getBeautyValue(
) → ZegoEffectsBeautyParam - get beauty value
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetBeautyEffect(
) → Future< void> - reset beauty effect
-
resetSoundEffect(
) → Future< void> - reset sound effect
-
setBeautifyValue(
int value, BeautyEffectType type) → void - Set the intensity of the specific face beautify feature Description: After the face beautify feature is enabled, you can specify the parameters to set the intensity of the specific feature as needed.
-
setReverbType(
ZegoReverbPreset reverbPreset) → void - Set reverb Description: This method can be used to use the reverb effect in the room.
-
setVoiceChangerType(
ZegoVoiceChangerPreset voicePreset) → void - Set voice changing Description: This method can be used to change the voice with voice effects.
-
startEffectsEnv(
) → Future< void> - start effects env
-
stopEffectsEnv(
) → Future< void> - stop effects env
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited