ZegoAudioDataCallbackBitMask Constants Reference

Declared in ZegoExpressDefines.h

ZegoAudioDataCallbackBitMask

Audio data callback function enable bitmask enumeration.

Definition

typedef NS_OPTIONS(NSUInteger, ZegoAudioDataCallbackBitMask ) {
   ZegoAudioDataCallbackBitMaskCaptured = 1 < < 0,
   ZegoAudioDataCallbackBitMaskPlayback = 1 < < 1,
   ZegoAudioDataCallbackBitMaskMixed = 1 < < 2,
   ZegoAudioDataCallbackBitMaskPlayer = 1 < < 3,
};

Constants

ZegoAudioDataCallbackBitMaskCaptured

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

Declared In ZegoExpressDefines.h.

ZegoAudioDataCallbackBitMaskPlayback

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

Declared In ZegoExpressDefines.h.

ZegoAudioDataCallbackBitMaskMixed

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

Declared In ZegoExpressDefines.h.

ZegoAudioDataCallbackBitMaskPlayer

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

Declared In ZegoExpressDefines.h.

Declared In

ZegoExpressDefines.h