Uses of Class
nl.harm27.obswebsocket.api.requests.scenes.GetCurrentScene.Response
-
Packages that use GetCurrentScene.Response Package Description nl.harm27.obswebsocket.sender -
-
Uses of GetCurrentScene.Response in nl.harm27.obswebsocket.sender
Method parameters in nl.harm27.obswebsocket.sender with type arguments of type GetCurrentScene.Response Modifier and Type Method Description void
ScenesRequestSender. getCurrentScene(Consumer<GetCurrentScene.Response> responseConsumer)
Get the current scene's name and source items.
-