ZegoAudioDataCallbackBitMask class

音频数据回调函数使能掩码枚举(位掩码枚举)

Constructors

ZegoAudioDataCallbackBitMask()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Constants

Captured → const int
本字段的掩码位对应使能 onCapturedAudioData 回调函数
Mixed → const int
本字段的掩码位对应使能 onMixedAudioData 回调函数
Playback → const int
本字段的掩码位对应使能 onPlaybackAudioData 回调函数
Player → const int
本字段的掩码位对应使能 onPlayerAudioData 回调函数