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 int
getDuration()
Transition duration (in milliseconds).String
getName()
Transition name.String
getToScene()
Destination scene of the transitionString
getType()
Transition type.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-