Class TransitionEnd
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.transitions.TransitionEnd
-
public class TransitionEnd extends BaseEvent
A transition (other than "cut") has ended. Note: The `from-scene` field is not available in TransitionEnd.- Since:
- 4.8.0
- See Also:
- OBS WebSocket Documentation
-
-
Constructor Summary
Constructors Constructor Description TransitionEnd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDuration()Transition duration (in milliseconds).StringgetName()Transition name.StringgetToScene()Destination scene of the transitionStringgetType()Transition type.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-