ZegoAudioMixingData Class Reference

Inherits from NSObject
Declared in ZegoExpressDefines.h

Overview

audio mixing data.

  audioData

Audio PCM data that needs to be mixed into the stream

@property (nonatomic, strong, nullable) NSData *audioData

Declared In

ZegoExpressDefines.h

  param

Audio data attributes, including sample rate and number of channels. Currently supports 16k, 32k, 44.1k, 48k sampling rate, mono or stereo, 16-bit deep PCM data. Developers need to explicitly specify audio data attributes, otherwise mixing will not take effect.

@property (nonatomic, strong) ZegoAudioFrameParam *param

Declared In

ZegoExpressDefines.h

  SEIData

SEI data, used to transfer custom data. When audioData is null, SEIData will not be sent

@property (nonatomic, strong, nullable) NSData *SEIData

Declared In

ZegoExpressDefines.h