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