Uses of Class
nl.harm27.obswebsocket.api.requests.BaseRequest
-
-
Uses of BaseRequest in nl.harm27.obswebsocket
Methods in nl.harm27.obswebsocket with parameters of type BaseRequest Modifier and Type Method Description voidOBSWebSocket. sendMessage(BaseRequest request, Consumer<BaseResponse> responseConsumer) -
Uses of BaseRequest in nl.harm27.obswebsocket.api.requests.general
Subclasses of BaseRequest in nl.harm27.obswebsocket.api.requests.general Modifier and Type Class Description static classAuthenticate.Requeststatic classBroadcastCustomMessage.Requeststatic classGetAuthRequired.Requeststatic classGetFilenameFormatting.Requeststatic classGetStats.Requeststatic classGetVersion.Requeststatic classGetVideoInfo.Requeststatic classOpenProjector.Requeststatic classSetFilenameFormatting.Requeststatic classSetHeartbeat.Request -
Uses of BaseRequest in nl.harm27.obswebsocket.api.requests.recording
Subclasses of BaseRequest in nl.harm27.obswebsocket.api.requests.recording Modifier and Type Class Description static classGetRecordingFolder.Requeststatic classPauseRecording.Requeststatic classResumeRecording.Requeststatic classSetRecordingFolder.Requeststatic classStartRecording.Requeststatic classStartStopRecording.Requeststatic classStopRecording.Request -
Uses of BaseRequest in nl.harm27.obswebsocket.api.requests.replaybuffer
Subclasses of BaseRequest in nl.harm27.obswebsocket.api.requests.replaybuffer Modifier and Type Class Description static classSaveReplayBuffer.Requeststatic classStartReplayBuffer.Requeststatic classStartStopReplayBuffer.Requeststatic classStopReplayBuffer.Request -
Uses of BaseRequest in nl.harm27.obswebsocket.api.requests.scenes
Subclasses of BaseRequest in nl.harm27.obswebsocket.api.requests.scenes Modifier and Type Class Description static classGetCurrentScene.Requeststatic classGetSceneList.Requeststatic classReorderSceneItems.Requeststatic classSetCurrentScene.Request -
Uses of BaseRequest in nl.harm27.obswebsocket.api.requests.streaming
Subclasses of BaseRequest in nl.harm27.obswebsocket.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.obswebsocket.api.requests.studiomode
Subclasses of BaseRequest in nl.harm27.obswebsocket.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.obswebsocket.processor
Methods in nl.harm27.obswebsocket.processor with parameters of type BaseRequest Modifier and Type Method Description voidMessageSender. sendMessage(BaseRequest request) -
Uses of BaseRequest in nl.harm27.obswebsocket.sender
Methods in nl.harm27.obswebsocket.sender with parameters of type BaseRequest Modifier and Type Method Description protected voidRequestSender. sendRequest(BaseRequest baseRequest, Consumer<BaseResponse> responseConsumer)
-