TRTCAudioFrameListener class

音频帧监听器,用于监听 TRTC 中捕获到的音频帧数据

Constructors

TRTCAudioFrameListener({void onCapturedAudioFrame(TRTCAudioFrame audioFrame)?})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onCapturedAudioFrame → (void Function(TRTCAudioFrame audioFrame)?)
本地采集并经过音频模块前处理后的音频数据回调
final
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
toString() String
A string representation of this object.
inherited

Operators

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