Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • ZegoAudioEffectPlayConfig

        public ZegoAudioEffectPlayConfig()