Class TransitionListChanged
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseEvent
-
- nl.harm27.obs.websocket.api.events.transitions.TransitionListChanged
-
public class TransitionListChanged extends BaseEvent
The list of available transitions has been modified. Transitions have been added, removed, or renamed.- Since:
- 4.0.0
- See Also:
- OBS WebSocket Documentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
TransitionListChanged.Transition
-
Constructor Summary
Constructors Constructor Description TransitionListChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TransitionListChanged.Transition>
getTransitions()
Transitions list.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseEvent
getRecordingDuration, getRecordingTimecode, getStreamDuration, getStreamTimecode, getUpdateType
-
-
-
-
Method Detail
-
getTransitions
public List<TransitionListChanged.Transition> getTransitions()
Transitions list.
-
-