RTCAudioFrameObserverEventHandler class

音频数据回调观察者。

Properties

hashCode int
The hash code for this object.
no setterinherited
onMixedAudioFrame OnAudioFrameType?
返回本地麦克风录制和订阅的所有远端用户混音后的音频数据。
getter/setter pair
onPlaybackAudioFrame OnAudioFrameType?
返回订阅的所有远端用户混音后的音频数据。
getter/setter pair
onRecordAudioFrame OnAudioFrameType?
返回麦克风录制的音频数据。
getter/setter pair
onRemoteUserAudioFrame OnRemoteUserAudioFrameType?
返回远端单个用户的音频数据。
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
toString() String
A string representation of this object.
inherited

Operators

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