Class StreamStopping
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.streaming.StreamStopping
-
public class StreamStopping extends BaseEvent
A request to stop streaming has been issued.- Since:
- 0.3
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description StreamStopping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPreviewOnly()
Always false (retrocompatibility).-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-