Package im.zego.zegoexpress.entity
Class ZegoAudioEffectPlayConfig
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoAudioEffectPlayConfig
-
public class ZegoAudioEffectPlayConfig extends java.lang.Object
AudioEffectPlayer play configuration.
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isPublishOut
Whether to mix audio effects into the publishing stream, the default is false.int
playCount
The number of play counts.
-
Constructor Summary
Constructors Constructor Description ZegoAudioEffectPlayConfig()
-
-
-
Field Detail
-
playCount
public int 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.
-
isPublishOut
public boolean isPublishOut
Whether to mix audio effects into the publishing stream, the default is false.
-
-