Class AddSceneItem.Builder

    • Method Detail

      • getSceneName

        public String getSceneName()
        Name of the scene to create the scene item in
      • setSceneName

        public void setSceneName​(String sceneName)
        Name of the scene to create the scene item in
      • getSourceName

        public String getSourceName()
        Name of the source to be added
      • setSourceName

        public void setSourceName​(String sourceName)
        Name of the source to be added
      • isSetVisible

        public Optional<Boolean> isSetVisible()
        Whether to make the sceneitem visible on creation or not. Default `true`
      • setSetVisible

        public void setSetVisible​(boolean setVisible)
        Whether to make the sceneitem visible on creation or not. Default `true`
      • batchMessage

        public AddSceneItem.Request batchMessage()
        Batch the message to the OBS Studio instance.