Class TransitionToProgram.Builder
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseBuilder
-
- nl.harm27.obs.websocket.api.requests.studiomode.TransitionToProgram.Builder
-
- Enclosing class:
- TransitionToProgram
public static class TransitionToProgram.Builder extends BaseBuilder
-
-
Constructor Summary
Constructors Constructor Description Builder(BiConsumer<BaseRequest,Consumer<BaseResponse>> requestConsumer, Consumer<BaseRequest> batchConsumer, Supplier<String> messageIdSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransitionToProgram.Request
batchMessage()
Batch the message to the OBS Studio instance.Optional<TransitionToProgram.WithTransition>
getWithTransition()
Change the active transition before switching scenes.void
sendMessage(Consumer<TransitionToProgram.Response> consumer)
Send the message to the OBS Studio instance.void
setWithTransition(TransitionToProgram.WithTransition withTransition)
Change the active transition before switching scenes.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseBuilder
batchMessage, getNewMessageId, sendMessage
-
-
-
-
Constructor Detail
-
Builder
public Builder(BiConsumer<BaseRequest,Consumer<BaseResponse>> requestConsumer, Consumer<BaseRequest> batchConsumer, Supplier<String> messageIdSupplier)
-
-
Method Detail
-
getWithTransition
public Optional<TransitionToProgram.WithTransition> getWithTransition()
Change the active transition before switching scenes. Defaults to the active transition.
-
setWithTransition
public void setWithTransition(TransitionToProgram.WithTransition withTransition)
Change the active transition before switching scenes. Defaults to the active transition.
-
sendMessage
public void sendMessage(Consumer<TransitionToProgram.Response> consumer)
Send the message to the OBS Studio instance.
-
batchMessage
public TransitionToProgram.Request batchMessage()
Batch the message to the OBS Studio instance.
-
-