Package nl.harm27.obs.websocket.sender
Class SceneCollectionsRequestSender
- java.lang.Object
-
- nl.harm27.obs.websocket.sender.RequestSender
-
- nl.harm27.obs.websocket.sender.SceneCollectionsRequestSender
-
public class SceneCollectionsRequestSender extends RequestSender
-
-
Constructor Summary
Constructors Constructor Description SceneCollectionsRequestSender(BiConsumer<BaseRequest,Consumer<BaseResponse>> requestConsumer, Consumer<BaseRequest> batchConsumer, Supplier<String> messageIdSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetCurrentSceneCollection.Builder
getCurrentSceneCollection()
Get the name of the current scene collection.ListSceneCollections.Builder
listSceneCollections()
List available scene collectionsSetCurrentSceneCollection.Builder
setCurrentSceneCollection()
Change the active scene collection.-
Methods inherited from class nl.harm27.obs.websocket.sender.RequestSender
batchMessage, getNewMessageId, sendMessage
-
-
-
-
Constructor Detail
-
SceneCollectionsRequestSender
public SceneCollectionsRequestSender(BiConsumer<BaseRequest,Consumer<BaseResponse>> requestConsumer, Consumer<BaseRequest> batchConsumer, Supplier<String> messageIdSupplier)
-
-
Method Detail
-
setCurrentSceneCollection
public SetCurrentSceneCollection.Builder setCurrentSceneCollection()
Change the active scene collection.- Since:
- 4.0.0
- See Also:
- OBS WebSocket Documentation
-
getCurrentSceneCollection
public GetCurrentSceneCollection.Builder getCurrentSceneCollection()
Get the name of the current scene collection.- Since:
- 4.0.0
- See Also:
- OBS WebSocket Documentation
-
listSceneCollections
public ListSceneCollections.Builder listSceneCollections()
List available scene collections- Since:
- 4.0.0
- See Also:
- OBS WebSocket Documentation
-
-