onAIVoiceChangerUpdateProgress property
void Function(ZegoAIVoiceChanger aiVoiceChanger, double percent, int fileIndex, int fileCount)?
onAIVoiceChangerUpdateProgress
getter/setter pair
Update AI voice changer engine models progress callback.
Available since: 3.12.0.
Description: Update AI voice changer engine models progress callback.
Trigger: The callback triggered when call update function.
Restrictions: None.
aiVoiceChangerCallback AI voice changer instance.percentCurrent file update progress.fileIndexCurrent update file index.fileCountTotal update file count.
Implementation
static void Function(ZegoAIVoiceChanger aiVoiceChanger, double percent,
int fileIndex, int fileCount)? onAIVoiceChangerUpdateProgress;