Class SceneItemAdded
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.sceneitems.SceneItemAdded
-
public class SceneItemAdded extends BaseEvent
A scene item has been added to a scene.- Since:
- 4.0.0
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description SceneItemAdded()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getItemId()
Scene item IDString
getItemName()
Name of the item added to the scene.String
getSceneName()
Name of the scene.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-