VoiceReverbConfig class

Inheritance
  • Object
  • NativeClass
  • VoiceReverbConfig

Constructors

VoiceReverbConfig([NativeClassOptions? options])

Properties

$resource → NativeResource
no setterinherited
damping FutureOr<float?>
@brief The damping index of the reverb effect. The range is [0.0, 100.0]. The default value is 50.0f.
getter/setter pair
decayTime FutureOr<float?>
@brief The decay time of the reverb effect. The range is [0.0, 100.0]. The default value is 50.0f.
getter/setter pair
dryGain FutureOr<float?>
@brief The Intensity of the dry signal in dB. The range is [-20.0, 10.0]. The default value is 0.0f.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
preDelay FutureOr<float?>
@brief The delay of the wet signal in ms. The range is [0.0, 200.0]. The default value is 0.0f.
getter/setter pair
ready Future<void>
Whether the instance is initialized
no setterinherited
roomSize FutureOr<float?>
@brief The room size for reverb simulation. The range is [0.0, 100.0]. The default value is 50.0f. The larger the room, the stronger the reverberation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wetGain FutureOr<float?>
@brief The Intensity of the wet signal in dB. The range is [-20.0, 10.0]. The default value is 0.0f.
getter/setter pair

Methods

destroy() → void
inherited
nativeCall<T>(String method, [List? args, NativeMethodMeta? meta]) Future<T>
Call instance method
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendInstanceGet<T>(String property) Future<T>
Get instance property
inherited
sendInstancePropertiesGet(dynamic nativeClass) Future<Map<String, dynamic>>
Get instance properties
inherited
sendInstanceSet(String property, dynamic value) Future<void>
Set instance property
inherited
toString() String
A string representation of this object.
inherited
updateResource(NativeResource resource) → void
inherited

Operators

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

Static Properties

codegen_$namespace → dynamic
no setter