Class ScenesChanged
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.scenes.ScenesChanged
-
public class ScenesChanged extends BaseEvent
Note: This event is not fired when the scenes are reordered.- Since:
- 0.3
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description ScenesChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Scene>
getScenes()
Scenes list.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-