Class SwitchTransition
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.transitions.SwitchTransition
-
public class SwitchTransition extends BaseEvent
The active transition has been changed.- Since:
- 4.0.0
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description SwitchTransition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTransitionName()
The name of the new active transition.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-
-
-
Method Detail
-
getTransitionName
public String getTransitionName()
The name of the new active transition.
-
-