Uses of Class
nl.harm27.obswebsocket.api.complex.OBSStats
-
Packages that use OBSStats Package Description nl.harm27.obswebsocket.api.events.general nl.harm27.obswebsocket.api.events.streaming nl.harm27.obswebsocket.api.requests.general -
-
Uses of OBSStats in nl.harm27.obswebsocket.api.events.general
Methods in nl.harm27.obswebsocket.api.events.general that return OBSStats Modifier and Type Method Description OBSStats
Heartbeat. getStats()
OBS Stats -
Uses of OBSStats in nl.harm27.obswebsocket.api.events.streaming
Methods in nl.harm27.obswebsocket.api.events.streaming that return OBSStats Modifier and Type Method Description OBSStats
StreamStatus. getStats()
Gets data from the OBSStats. -
Uses of OBSStats in nl.harm27.obswebsocket.api.requests.general
Methods in nl.harm27.obswebsocket.api.requests.general that return OBSStats Modifier and Type Method Description OBSStats
GetStats.Response. getStats()
OBS stats
-