AudioPropertiesConfig class

音频属性信息提示的相关配置

Properties

audioReportMode AudioPropertiesMode
设置 RTCVideoEventHandler.onLocalAudioPropertiesReport 回调中是否包含本地混音音频数据。
getter/setter pair
enableSpectrum bool
是否开启音频频谱检测
getter/setter pair
enableVad bool
是否开启人声检测(VAD)
getter/setter pair
enableVoicePitch bool
是否回调本地用户的人声基频
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interval int
信息提示间隔,单位为毫秒
getter/setter pair
localMainReportMode AudioReportMode
音量回调模式
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smooth double
适用于音频属性信息提示的平滑系数。取值范围是 (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