Class ZegoMixerAudioConfig


  • public class ZegoMixerAudioConfig
    extends java.lang.Object
    Mix stream audio configuration. Configure video frame rate, bitrate, and resolution for mixer task
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bitrate

        public int bitrate
        Audio bitrate in kbps, default is 48 kbps, cannot be modified after starting a mixer task
      • codecID

        public ZegoAudioCodecID codecID
        codec ID, default is ZegoAudioCodecIDDefault
      • mixMode

        public ZegoAudioMixMode mixMode
        Multi-channel audio stream mixing mode. If [ZegoAudioMixMode] is selected as [Focused], the SDK will select 4 input streams with [isAudioFocus] set as the focus voice highlight. If it is not selected or less than 4 channels are selected, it will automatically fill in 4 channels. On web platforms, this property does not take effect.
    • Constructor Detail

      • ZegoMixerAudioConfig

        public ZegoMixerAudioConfig()