Uses of Class
nl.harm27.obs.websocket.api.base.BaseRequest
-
-
Uses of BaseRequest in nl.harm27.obs.websocket.api.base
Methods in nl.harm27.obs.websocket.api.base with parameters of type BaseRequest Modifier and Type Method Description protected voidBaseBuilder. batchMessage(BaseRequest request)protected voidBaseBuilder. sendMessage(BaseRequest request, Consumer<BaseResponse> responseConsumer)Constructor parameters in nl.harm27.obs.websocket.api.base with type arguments of type BaseRequest Constructor Description BaseBuilder(BiConsumer<BaseRequest,Consumer<BaseResponse>> requestConsumer, Consumer<BaseRequest> batchConsumer, Supplier<String> messageIdSupplier)BaseBuilder(BiConsumer<BaseRequest,Consumer<BaseResponse>> requestConsumer, Consumer<BaseRequest> batchConsumer, Supplier<String> messageIdSupplier) -
Uses of BaseRequest in nl.harm27.obs.websocket.api.requests.general
Subclasses of BaseRequest in nl.harm27.obs.websocket.api.requests.general Modifier and Type Class Description static classAuthenticate.Requeststatic classBroadcastCustomMessage.Requeststatic classExecuteBatch.Requeststatic classGetAuthRequired.Requeststatic classGetFilenameFormatting.Requeststatic classGetStats.Requeststatic classGetVersion.Requeststatic classGetVideoInfo.Requeststatic classOpenProjector.Requeststatic classSetFilenameFormatting.Requeststatic classSetHeartbeat.RequestDeprecated.static classSleep.Requeststatic classTriggerHotkeyByName.Requeststatic classTriggerHotkeyBySequence.RequestMethods in nl.harm27.obs.websocket.api.requests.general that return types with arguments of type BaseRequest Modifier and Type Method Description List<BaseRequest>ExecuteBatch.Builder. getRequests()Array of requests to perform.Method parameters in nl.harm27.obs.websocket.api.requests.general with type arguments of type BaseRequest Modifier and Type Method Description voidExecuteBatch.Builder. setRequests(List<BaseRequest> requests)Array of requests to perform. -
Uses of BaseRequest in nl.harm27.obs.websocket.api.requests.mediacontrol
Subclasses of BaseRequest in nl.harm27.obs.websocket.api.requests.mediacontrol Modifier and Type Class Description static classGetMediaDuration.Requeststatic classGetMediaState.Requeststatic classGetMediaTime.Requeststatic classNextMedia.Requeststatic classPlayPauseMedia.Requeststatic classPreviousMedia.Requeststatic classRestartMedia.Requeststatic classScrubMedia.Requeststatic classSetMediaTime.Requeststatic classStopMedia.Request -
Uses of BaseRequest in nl.harm27.obs.websocket.api.requests.outputs
Subclasses of BaseRequest in nl.harm27.obs.websocket.api.requests.outputs Modifier and Type Class Description static classGetOutputInfo.Requeststatic classListOutputs.Requeststatic classStartOutput.Requeststatic classStopOutput.Request -
Uses of BaseRequest in nl.harm27.obs.websocket.api.requests.profiles
Subclasses of BaseRequest in nl.harm27.obs.websocket.api.requests.profiles Modifier and Type Class Description static classGetCurrentProfile.Requeststatic classListProfiles.Requeststatic classSetCurrentProfile.Request -
Uses of BaseRequest in nl.harm27.obs.websocket.api.requests.recording
Subclasses of BaseRequest in nl.harm27.obs.websocket.api.requests.recording Modifier and Type Class Description static classGetRecordingFolder.Requeststatic classGetRecordingStatus.Requeststatic classPauseRecording.Requeststatic classResumeRecording.Requeststatic classSetRecordingFolder.Requeststatic classStartRecording.Requeststatic classStartStopRecording.Requeststatic classStopRecording.Request -
Uses of BaseRequest in nl.harm27.obs.websocket.api.requests.replaybuffer
Subclasses of BaseRequest in nl.harm27.obs.websocket.api.requests.replaybuffer Modifier and Type Class Description static classGetReplayBufferStatus.Requeststatic classSaveReplayBuffer.Requeststatic classStartReplayBuffer.Requeststatic classStartStopReplayBuffer.Requeststatic classStopReplayBuffer.Request -
Uses of BaseRequest in nl.harm27.obs.websocket.api.requests.scenecollections
Subclasses of BaseRequest in nl.harm27.obs.websocket.api.requests.scenecollections Modifier and Type Class Description static classGetCurrentSceneCollection.Requeststatic classListSceneCollections.Requeststatic classSetCurrentSceneCollection.Request -
Uses of BaseRequest in nl.harm27.obs.websocket.api.requests.sceneitems
Subclasses of BaseRequest in nl.harm27.obs.websocket.api.requests.sceneitems Modifier and Type Class Description static classAddSceneItem.Requeststatic classDeleteSceneItem.Requeststatic classDuplicateSceneItem.Requeststatic classGetSceneItemList.Requeststatic classGetSceneItemProperties.Requeststatic classResetSceneItem.Requeststatic classSetSceneItemCrop.RequestDeprecated.static classSetSceneItemPosition.RequestDeprecated.static classSetSceneItemProperties.Requeststatic classSetSceneItemRender.Requeststatic classSetSceneItemTransform.RequestDeprecated. -
Uses of BaseRequest in nl.harm27.obs.websocket.api.requests.scenes
Subclasses of BaseRequest in nl.harm27.obs.websocket.api.requests.scenes Modifier and Type Class Description static classCreateScene.Requeststatic classGetCurrentScene.Requeststatic classGetSceneList.Requeststatic classGetSceneTransitionOverride.Requeststatic classRemoveSceneTransitionOverride.Requeststatic classReorderSceneItems.Requeststatic classSetCurrentScene.Requeststatic classSetSceneTransitionOverride.Request -
Uses of BaseRequest in nl.harm27.obs.websocket.api.requests.sources
-
Uses of BaseRequest in nl.harm27.obs.websocket.api.requests.streaming
Subclasses of BaseRequest in nl.harm27.obs.websocket.api.requests.streaming Modifier and Type Class Description static classGetStreamingStatus.Requeststatic classGetStreamSettings.Requeststatic classSaveStreamSettings.Requeststatic classSendCaptions.Requeststatic classSetStreamSettings.Requeststatic classStartStopStreaming.Requeststatic classStartStreaming.Requeststatic classStopStreaming.Request -
Uses of BaseRequest in nl.harm27.obs.websocket.api.requests.studiomode
Subclasses of BaseRequest in nl.harm27.obs.websocket.api.requests.studiomode Modifier and Type Class Description static classDisableStudioMode.Requeststatic classEnableStudioMode.Requeststatic classGetPreviewScene.Requeststatic classGetStudioModeStatus.Requeststatic classSetPreviewScene.Requeststatic classToggleStudioMode.Requeststatic classTransitionToProgram.Request -
Uses of BaseRequest in nl.harm27.obs.websocket.api.requests.transitions
Subclasses of BaseRequest in nl.harm27.obs.websocket.api.requests.transitions Modifier and Type Class Description static classGetCurrentTransition.Requeststatic classGetTransitionDuration.Requeststatic classGetTransitionList.Requeststatic classGetTransitionPosition.Requeststatic classGetTransitionSettings.Requeststatic classReleaseTBar.Requeststatic classSetCurrentTransition.Requeststatic classSetTBarPosition.Requeststatic classSetTransitionDuration.Requeststatic classSetTransitionSettings.Request -
Uses of BaseRequest in nl.harm27.obs.websocket.api.requests.virtualcam
Subclasses of BaseRequest in nl.harm27.obs.websocket.api.requests.virtualcam Modifier and Type Class Description static classGetVirtualCamStatus.Requeststatic classStartStopVirtualCam.Requeststatic classStartVirtualCam.Requeststatic classStopVirtualCam.Request -
Uses of BaseRequest in nl.harm27.obs.websocket.processor
Methods in nl.harm27.obs.websocket.processor with parameters of type BaseRequest Modifier and Type Method Description voidMessageSender. sendMessage(BaseRequest request) -
Uses of BaseRequest in nl.harm27.obs.websocket.sender
Methods in nl.harm27.obs.websocket.sender with parameters of type BaseRequest Modifier and Type Method Description protected voidRequestSender. batchMessage(BaseRequest request)protected voidRequestSender. sendMessage(BaseRequest request, Consumer<BaseResponse> responseConsumer)
-