Class SwitchScenes
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.scenes.SwitchScenes
-
public class SwitchScenes extends BaseEvent
Indicates a scene change.- Since:
- 0.3
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description SwitchScenes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSceneName()
The new scene.List<SceneItem>
getSources()
List of scene items in the new scene.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-