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