ZegoAudioEffectPlayConfig
ZegoAudioEffectPlayConfig
AudioEffectPlayer play configuration.
Declared in ZegoExpressDefines.h
Properties
playCount
playCount
nonatomic, assign unsigned int playCountThe number of play counts. When set to 0, it will play in an infinite loop until the user invoke [stop]. The default is 1, which means it will play only once.
isPublishOut
isPublishOut
nonatomic, assign BOOL isPublishOutWhether to mix audio effects into the publishing stream, the default is false.
