Uses of Class
nl.harm27.obswebsocket.api.requests.scenes.GetSceneList.Response
-
Packages that use GetSceneList.Response Package Description nl.harm27.obswebsocket.sender -
-
Uses of GetSceneList.Response in nl.harm27.obswebsocket.sender
Method parameters in nl.harm27.obswebsocket.sender with type arguments of type GetSceneList.Response Modifier and Type Method Description void
ScenesRequestSender. getSceneList(Consumer<GetSceneList.Response> responseConsumer)
Get a list of scenes in the currently active profile.
-