Class ZegoConstants.AudioRecordMask

  • Enclosing class:
    ZegoConstants

    public static final class ZegoConstants.AudioRecordMask
    extends java.lang.Object
    录制音频时,指定当前音频数据的音源类型
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int Capture
      麦克风采集音源,即录制推流端音频
      static int Mix
      采集和渲染混音结果录制,即录制推流和拉流端混音音频
      static int NoRecord
      关闭录制
      static int Render
      播放渲染音源,即录制拉流端音频
    • Constructor Summary

      Constructors 
      Constructor Description
      AudioRecordMask()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Capture

        public static final int Capture
        麦克风采集音源,即录制推流端音频
        See Also:
        Constant Field Values
      • Render

        public static final int Render
        播放渲染音源,即录制拉流端音频
        See Also:
        Constant Field Values
      • Mix

        public static final int Mix
        采集和渲染混音结果录制,即录制推流和拉流端混音音频
        See Also:
        Constant Field Values
    • Constructor Detail

      • AudioRecordMask

        public AudioRecordMask()