logo
On this page

ZegoAudioDataCallbackBitMask

ZegoAudioDataCallbackBitMask

Audio data callback function enable bitmask enumeration.

Declared in ZegoExpressDefines.h

Properties

ZegoAudioDataCallbackBitMaskCaptured

ZegoAudioDataCallbackBitMaskCaptured
ZegoAudioDataCallbackBitMaskCaptured=(0)

The mask bit of this field corresponds to the enable [onCapturedAudioData] callback function

ZegoAudioDataCallbackBitMaskPlayback

ZegoAudioDataCallbackBitMaskPlayback
ZegoAudioDataCallbackBitMaskPlayback=(1)

The mask bit of this field corresponds to the enable [onPlaybackAudioData] callback function

ZegoAudioDataCallbackBitMaskMixed

ZegoAudioDataCallbackBitMaskMixed
ZegoAudioDataCallbackBitMaskMixed=(2)

The mask bit of this field corresponds to the enable [onMixedAudioData] callback function

ZegoAudioDataCallbackBitMaskPlayer

ZegoAudioDataCallbackBitMaskPlayer
ZegoAudioDataCallbackBitMaskPlayer=(3)

The mask bit of this field corresponds to the enable [onPlayerAudioData] callback function

Previous

zegoaudioconfigpreset

Next

zegoaudiodevicemode

On this page

Back to top