Class RecordingStopping
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.recording.RecordingStopping
-
public class RecordingStopping extends BaseEvent
A request to stop recording has been issued.- Since:
- 0.3
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description RecordingStopping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRecordingFilename()
Absolute path to the file of the current recording.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-
-
-
Method Detail
-
getRecordingFilename
public String getRecordingFilename()
Absolute path to the file of the current recording.
-
-