类 NEInterpretationConfig

java.lang.Object
com.netease.yunxin.kit.meeting.sdk.NEInterpretationConfig

public class NEInterpretationConfig extends Object
同声传译应用配置
  • 字段详细资料

    • isSupported

      public final boolean isSupported
      应用是否支持同声传译
    • maxInterpreters

      public final int maxInterpreters
      同传译员最大数量
    • enableCustomLang

      public final boolean enableCustomLang
      是否启用自定义语言
    • maxCustomLangNameLen

      public final int maxCustomLangNameLen
      自定义语言名称最大长度
    • defMajorAudioVolume

      public final int defMajorAudioVolume
      默认主音频音量
  • 构造器详细资料

    • NEInterpretationConfig

      public NEInterpretationConfig(boolean isSupported, int maxInterpreters, boolean enableCustomLang, int maxCustomLangNameLen, int defMajorAudioVolume)