AudioCaptureOptions class Models

The AudioCaptureModeOptions model allows selecting the preferred audio capture mode and the preferred noise reduction level.

This model is available in SDK 3.7 and later.

Constructors

AudioCaptureOptions(AudioCaptureMode mode, NoiseReduction? noiseReduction)

Properties

hashCode int
The hash code for this object.
no setterinherited
mode AudioCaptureMode
The preferred audio mode that allows enabling and disabling audio processing.
getter/setter pair
noiseReduction NoiseReduction?
The preferred level of noise reduction.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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