Uses of Class
nl.harm27.obswebsocket.api.requests.BaseResponse
-
-
Uses of BaseResponse in nl.harm27.obswebsocket
Method parameters in nl.harm27.obswebsocket with type arguments of type BaseResponse Modifier and Type Method Description voidOBSWebSocket. sendMessage(BaseRequest request, Consumer<BaseResponse> responseConsumer) -
Uses of BaseResponse in nl.harm27.obswebsocket.api.requests.general
Subclasses of BaseResponse in nl.harm27.obswebsocket.api.requests.general Modifier and Type Class Description static classAuthenticate.Responsestatic classBroadcastCustomMessage.Responsestatic classGetAuthRequired.Responsestatic classGetFilenameFormatting.Responsestatic classGetStats.Responsestatic classGetVersion.Responsestatic classGetVideoInfo.Responsestatic classOpenProjector.Responsestatic classSetFilenameFormatting.Responsestatic classSetHeartbeat.Response -
Uses of BaseResponse in nl.harm27.obswebsocket.api.requests.recording
Subclasses of BaseResponse in nl.harm27.obswebsocket.api.requests.recording Modifier and Type Class Description static classGetRecordingFolder.Responsestatic classPauseRecording.Responsestatic classResumeRecording.Responsestatic classSetRecordingFolder.Responsestatic classStartRecording.Responsestatic classStartStopRecording.Responsestatic classStopRecording.Response -
Uses of BaseResponse in nl.harm27.obswebsocket.api.requests.replaybuffer
Subclasses of BaseResponse in nl.harm27.obswebsocket.api.requests.replaybuffer Modifier and Type Class Description static classSaveReplayBuffer.Responsestatic classStartReplayBuffer.Responsestatic classStartStopReplayBuffer.Responsestatic classStopReplayBuffer.Response -
Uses of BaseResponse in nl.harm27.obswebsocket.api.requests.scenes
Subclasses of BaseResponse in nl.harm27.obswebsocket.api.requests.scenes Modifier and Type Class Description static classGetCurrentScene.Responsestatic classGetSceneList.Responsestatic classReorderSceneItems.Responsestatic classSetCurrentScene.Response -
Uses of BaseResponse in nl.harm27.obswebsocket.api.requests.streaming
Subclasses of BaseResponse in nl.harm27.obswebsocket.api.requests.streaming Modifier and Type Class Description static classGetStreamingStatus.Responsestatic classGetStreamSettings.Responsestatic classSaveStreamSettings.Responsestatic classSendCaptions.Responsestatic classSetStreamSettings.Responsestatic classStartStopStreaming.Responsestatic classStartStreaming.Responsestatic classStopStreaming.Response -
Uses of BaseResponse in nl.harm27.obswebsocket.api.requests.studiomode
Subclasses of BaseResponse in nl.harm27.obswebsocket.api.requests.studiomode Modifier and Type Class Description static classDisableStudioMode.Responsestatic classEnableStudioMode.Responsestatic classGetPreviewScene.Responsestatic classGetStudioModeStatus.Responsestatic classSetPreviewScene.Responsestatic classToggleStudioMode.Responsestatic classTransitionToProgram.Response -
Uses of BaseResponse in nl.harm27.obswebsocket.processor
Method parameters in nl.harm27.obswebsocket.processor with type arguments of type BaseResponse Modifier and Type Method Description voidMessageReceiver. addMessage(String messageId, Class<?> responseType, Consumer<BaseResponse> responseConsumer) -
Uses of BaseResponse in nl.harm27.obswebsocket.sender
Method parameters in nl.harm27.obswebsocket.sender with type arguments of type BaseResponse Modifier and Type Method Description protected voidRequestSender. sendRequest(BaseRequest baseRequest, Consumer<BaseResponse> responseConsumer)
-