Class SourceDestroyed
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.sources.SourceDestroyed
-
public class SourceDestroyed extends BaseEvent
A source has been destroyed/removed. A source can be an input, a scene or a transition.- Since:
- 4.6.0
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description SourceDestroyed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSourceKind()
Source kind.String
getSourceName()
Source nameString
getSourceType()
Source type.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-