Class GetVersion.Response

    • Constructor Detail

      • Response

        public Response()
    • Method Detail

      • getVersion

        public double getVersion()
        OBSRemote compatible API version. Fixed to 1.1 for retrocompatibility.
      • getObsWebsocketVersion

        public String getObsWebsocketVersion()
        obs-websocket plugin version.
      • getObsStudioVersion

        public String getObsStudioVersion()
        OBS Studio program version.
      • getAvailableRequests

        public String getAvailableRequests()
        List of available request types, formatted as a comma-separated list string (e.g. : "Method1,Method2,Method3").
      • getAvailableRequestsAsList

        public List<String> getAvailableRequestsAsList()
      • getSupportedImageExportFormats

        public String getSupportedImageExportFormats()
        List of supported formats for features that use image export (like the TakeSourceScreenshot request type) formatted as a comma-separated list string
      • getSupportedImageExportFormatsAsList

        public List<String> getSupportedImageExportFormatsAsList()