ZegoAudioDataCallbackBitMask class

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

Constructors

ZegoAudioDataCallbackBitMask()

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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 回调函数
1 << 0
Mixed → const int
本字段的掩码位对应使能 onMixedAudioData 回调函数
1 << 2
Playback → const int
本字段的掩码位对应使能 onPlaybackAudioData 回调函数
1 << 1
Player → const int
本字段的掩码位对应使能 onPlayerAudioData 回调函数
1 << 3