ZegoAudioMixingData Class Reference
Inherits from | NSObject |
---|---|
Declared in | ZegoExpressDefines.h |
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