Class RecordingStopped
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.recording.RecordingStopped
-
public class RecordingStopped extends BaseEvent
Recording stopped successfully.- Since:
- 0.3
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description RecordingStopped()
-
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.
-
-