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