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