Class SourceCreated
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.sources.SourceCreated
-
public class SourceCreated extends BaseEvent
A source has been created. 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 SourceCreated()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSourceKind()
Source kind.String
getSourceName()
Source nameObject
getSourceSettings()
Source settingsString
getSourceType()
Source type.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-
-
-
Method Detail
-
getSourceName
public String getSourceName()
Source name
-
getSourceType
public String getSourceType()
Source type. Can be "input", "scene", "transition" or "filter".
-
getSourceKind
public String getSourceKind()
Source kind.
-
getSourceSettings
public Object getSourceSettings()
Source settings
-
-