Class SceneItemLockChanged
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.sceneitems.SceneItemLockChanged
-
public class SceneItemLockChanged extends BaseEvent
A scene item's locked status has been toggled.- Since:
- 4.8.0
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description SceneItemLockChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getItemId()
Scene item IDString
getItemName()
Name of the item in the scene.String
getSceneName()
Name of the scene.boolean
isItemLocked()
New locked state of the item.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-