Class SceneCollectionListChanged
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.scenes.SceneCollectionListChanged
-
public class SceneCollectionListChanged extends BaseEvent
Triggered when a scene collection is created, added, renamed, or removed.- Since:
- 4.0.0
- See Also:
- OBS WebSocket Documentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
SceneCollectionListChanged.SceneCollection
-
Constructor Summary
Constructors Constructor Description SceneCollectionListChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SceneCollectionListChanged.SceneCollection>
getSceneCollections()
Scene collections list.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-
-
-
Method Detail
-
getSceneCollections
public List<SceneCollectionListChanged.SceneCollection> getSceneCollections()
Scene collections list.
-
-