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