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 void
OBSWebSocket. 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 class
Authenticate.Response
static class
BroadcastCustomMessage.Response
static class
GetAuthRequired.Response
static class
GetFilenameFormatting.Response
static class
GetStats.Response
static class
GetVersion.Response
static class
GetVideoInfo.Response
static class
OpenProjector.Response
static class
SetFilenameFormatting.Response
static class
SetHeartbeat.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 class
GetRecordingFolder.Response
static class
PauseRecording.Response
static class
ResumeRecording.Response
static class
SetRecordingFolder.Response
static class
StartRecording.Response
static class
StartStopRecording.Response
static class
StopRecording.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 class
SaveReplayBuffer.Response
static class
StartReplayBuffer.Response
static class
StartStopReplayBuffer.Response
static class
StopReplayBuffer.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 class
GetCurrentScene.Response
static class
GetSceneList.Response
static class
ReorderSceneItems.Response
static class
SetCurrentScene.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 class
GetStreamingStatus.Response
static class
GetStreamSettings.Response
static class
SaveStreamSettings.Response
static class
SendCaptions.Response
static class
SetStreamSettings.Response
static class
StartStopStreaming.Response
static class
StartStreaming.Response
static class
StopStreaming.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 class
DisableStudioMode.Response
static class
EnableStudioMode.Response
static class
GetPreviewScene.Response
static class
GetStudioModeStatus.Response
static class
SetPreviewScene.Response
static class
ToggleStudioMode.Response
static class
TransitionToProgram.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 void
MessageReceiver. 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 void
RequestSender. sendRequest(BaseRequest baseRequest, Consumer<BaseResponse> responseConsumer)
-