ZegoAudioEffectPlayConfig Class Reference

Inherits from NSObject
Declared in ZegoExpressDefines.h

Overview

AudioEffectPlayer play configuration.

  playCount

The 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.

@property (nonatomic, assign) unsigned int playCount

Declared In

ZegoExpressDefines.h

  isPublishOut

Whether to mix audio effects into the publishing stream, the default is false.

@property (nonatomic, assign) BOOL isPublishOut

Declared In

ZegoExpressDefines.h