Class StageVideoConfiguration.Simulcast

  • Enclosing class:
    StageVideoConfiguration

    public static class StageVideoConfiguration.Simulcast
    extends java.lang.Object
    Simulcast configuration. Currently only enable/disable simulcast is allowed
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEnabled()
      Whether simulcast is enabled.
      void setEnabled​(boolean enable)  
      • Methods inherited from class java.lang.Object

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

      • isEnabled

        public boolean isEnabled()
        Whether simulcast is enabled.
      • setEnabled

        public void setEnabled​(boolean enable)