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