Uses of Class
nl.harm27.obswebsocket.api.requests.scenes.SetCurrentScene.Response
-
Packages that use SetCurrentScene.Response Package Description nl.harm27.obswebsocket.sender -
-
Uses of SetCurrentScene.Response in nl.harm27.obswebsocket.sender
Method parameters in nl.harm27.obswebsocket.sender with type arguments of type SetCurrentScene.Response Modifier and Type Method Description void
ScenesRequestSender. setCurrentScene(String sceneName, Consumer<SetCurrentScene.Response> responseConsumer)
Switch to the specified scene.
-