Uses of Class
nl.harm27.obswebsocket.api.requests.general.GetStats.Response
-
Packages that use GetStats.Response Package Description nl.harm27.obswebsocket.sender -
-
Uses of GetStats.Response in nl.harm27.obswebsocket.sender
Method parameters in nl.harm27.obswebsocket.sender with type arguments of type GetStats.Response Modifier and Type Method Description void
GeneralRequestSender. getStats(Consumer<GetStats.Response> responseConsumer)
Get OBS stats (almost the same info as provided in OBS' stats window)
-