Class PreviewSceneChanged
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.studiomode.PreviewSceneChanged
-
public class PreviewSceneChanged extends BaseEvent
The selected preview scene has changed (only available in Studio Mode).- Since:
- 4.1.0
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description PreviewSceneChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSceneName()
Name of the scene being previewed.List<SceneItem>
getSources()
List of sources composing the scene.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-