AudioPropertiesConfig class
Configuration related to audio property information prompt
Properties
- audioReportMode ↔ AudioPropertiesMode
-
Sets whether to include locally mixed audio info in RTCVideoEventHandler.onLocalAudioPropertiesReport.
getter/setter pair
- enableSpectrum ↔ bool
-
Whether to enable audio spectrum detection
getter/setter pair
- enableVad ↔ bool
-
Whether to enable Voice Activity Detection(VAD)
getter/setter pair
- enableVoicePitch ↔ bool
-
Sets whether to return the vocal pitch of the local user.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- interval ↔ int
-
Information prompt interval in milliseconds
getter/setter pair
- localMainReportMode ↔ AudioReportMode
-
The volume callback modes
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smooth ↔ double
-
The smoothing coefficient for audio attribute information prompt. The range is
(0.0, 1.0]
.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited