Class SetStreamSettings.Builder

    • Method Detail

      • getType

        public String getType()
        The type of streaming service configuration, usually `rtmp_custom` or `rtmp_common`.
      • setType

        public void setType​(String type)
        The type of streaming service configuration, usually `rtmp_custom` or `rtmp_common`.
      • isSave

        public boolean isSave()
        Persist the settings to disk.
      • setSave

        public void setSave​(boolean save)
        Persist the settings to disk.