Class GetCurrentTransition.Response
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseResponse
-
- nl.harm27.obs.websocket.api.requests.transitions.GetCurrentTransition.Response
-
- Enclosing class:
- GetCurrentTransition
public static class GetCurrentTransition.Response extends BaseResponse
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Integer>
getDuration()
Transition duration (in milliseconds) if supported by the transition.String
getName()
Name of the selected transition.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseResponse
getError, getMessageId, getStatus
-
-