ZegoProcessedFrameParam constructor
ZegoProcessedFrameParam({})
Implementation
ZegoProcessedFrameParam({
required this.vocalsPCMDataLength,
required this.vocalsPCMData,
required this.accompanimentPCMDataLength,
required this.accompanimentPCMData,
required this.sampleRate,
required this.channel,
});