Class FrameRateConfig

    • Constructor Detail

      • FrameRateConfig

        public FrameRateConfig()
      • FrameRateConfig

        public FrameRateConfig​(FrameRateConfig source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getSwitch

        public String getSwitch()
        Get 能力配置开关,可选值:
      • ON:开启;
      • OFF:关闭。
      • 默认值:ON。
Returns:
Switch 能力配置开关,可选值:
  • ON:开启;
  • OFF:关闭。
  • 默认值:ON。
    Parameters:
    Switch - 能力配置开关,可选值:
  • ON:开启;
  • OFF:关闭。
  • 默认值:ON。