Uses of Class
nl.harm27.obswebsocket.api.events.streaming.StreamStopping
-
Packages that use StreamStopping Package Description nl.harm27.obswebsocket.listener -
-
Uses of StreamStopping in nl.harm27.obswebsocket.listener
Methods in nl.harm27.obswebsocket.listener with parameters of type StreamStopping Modifier and Type Method Description void
StreamingEventListener. streamStopping(StreamStopping streamStopping)
Implement this method to process StreamStopping events.
-