Class SceneCollectionChanged
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.scenes.SceneCollectionChanged
-
public class SceneCollectionChanged extends BaseEvent
Triggered when switching to another scene collection or when renaming the current scene collection.- Since:
- 4.0.0
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description SceneCollectionChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSceneCollection()
Name of the new current scene collection.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-
-
-
Method Detail
-
getSceneCollection
public String getSceneCollection()
Name of the new current scene collection.
-
-