A B C D E F G H I L M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ADD_FILTER_TO_SOURCE - nl.harm27.obswebsocket.api.requests.RequestType
- addAuthenticationResultConsumer(Consumer<AuthenticationResult>) - Method in class nl.harm27.obswebsocket.authentication.AuthenticationHandler
- addMessage(String, Class<?>, Consumer<BaseResponse>) - Method in class nl.harm27.obswebsocket.processor.MessageReceiver
- Authenticate - Class in nl.harm27.obswebsocket.api.requests.general
-
Attempt to authenticate the client to the server.
- AUTHENTICATE - nl.harm27.obswebsocket.api.requests.RequestType
- Authenticate.Request - Class in nl.harm27.obswebsocket.api.requests.general
- Authenticate.Response - Class in nl.harm27.obswebsocket.api.requests.general
- AUTHENTICATION_FAILED - nl.harm27.obswebsocket.authentication.AuthenticationResult
- AUTHENTICATION_NOT_REQUIRED - nl.harm27.obswebsocket.authentication.AuthenticationResult
- AUTHENTICATION_PASSWORD_MISSING - nl.harm27.obswebsocket.authentication.AuthenticationResult
- AUTHENTICATION_REQUIRED - nl.harm27.obswebsocket.authentication.AuthenticationResult
- AUTHENTICATION_REQUIRED_CHECKING - nl.harm27.obswebsocket.authentication.AuthenticationResult
- AUTHENTICATION_SUCCESS - nl.harm27.obswebsocket.authentication.AuthenticationResult
- AuthenticationHandler - Class in nl.harm27.obswebsocket.authentication
- AuthenticationHandler(OBSWebSocket, String) - Constructor for class nl.harm27.obswebsocket.authentication.AuthenticationHandler
- AuthenticationResult - Enum in nl.harm27.obswebsocket.authentication
B
- BaseEvent - Class in nl.harm27.obswebsocket.api.events
-
Events are broadcast by the server to each connected client when a recognized action occurs within OBS.
- BaseEvent() - Constructor for class nl.harm27.obswebsocket.api.events.BaseEvent
- BaseRequest - Class in nl.harm27.obswebsocket.api.requests
-
Requests are sent by the client.
- BaseRequest(RequestType, String) - Constructor for class nl.harm27.obswebsocket.api.requests.BaseRequest
- BaseResponse - Class in nl.harm27.obswebsocket.api.requests
-
Response on the requests that are sent by the client.
- BaseResponse() - Constructor for class nl.harm27.obswebsocket.api.requests.BaseResponse
- BoundsType - Enum in nl.harm27.obswebsocket.api.complex
- BROADCAST_CUSTOM_MESSAGE - nl.harm27.obswebsocket.api.events.EventType
- BROADCAST_CUSTOM_MESSAGE - nl.harm27.obswebsocket.api.requests.RequestType
- broadcastCustomMessage(String, Object, Consumer<BroadcastCustomMessage.Response>) - Method in class nl.harm27.obswebsocket.sender.GeneralRequestSender
-
Broadcast custom message to all connected WebSocket clients
- broadcastCustomMessage(BroadcastCustomMessage) - Method in class nl.harm27.obswebsocket.listener.GeneralEventListener
-
Implement this method to process BroadcastCustomMessage events.
- BroadcastCustomMessage - Class in nl.harm27.obswebsocket.api.events.general
-
A custom broadcast message was received
- BroadcastCustomMessage - Class in nl.harm27.obswebsocket.api.requests.general
-
Broadcast custom message to all connected WebSocket clients
- BroadcastCustomMessage() - Constructor for class nl.harm27.obswebsocket.api.events.general.BroadcastCustomMessage
- BroadcastCustomMessage.Request - Class in nl.harm27.obswebsocket.api.requests.general
- BroadcastCustomMessage.Response - Class in nl.harm27.obswebsocket.api.requests.general
- build() - Method in class nl.harm27.obswebsocket.OBSWebSocket.Builder
- Builder() - Constructor for class nl.harm27.obswebsocket.OBSWebSocket.Builder
C
- callEvent(BaseEvent) - Method in interface nl.harm27.obswebsocket.listener.EventListener
- callEvent(BaseEvent) - Method in class nl.harm27.obswebsocket.listener.GeneralEventListener
- callEvent(BaseEvent) - Method in class nl.harm27.obswebsocket.listener.RecordingEventListener
- callEvent(BaseEvent) - Method in class nl.harm27.obswebsocket.listener.ReplayBufferEventListener
- callEvent(BaseEvent) - Method in class nl.harm27.obswebsocket.listener.ScenesEventListener
- callEvent(BaseEvent) - Method in class nl.harm27.obswebsocket.listener.StreamingEventListener
- checkAuthenticationRequired() - Method in class nl.harm27.obswebsocket.authentication.AuthenticationHandler
- connect(MessageSender, MessageReceiver) - Method in class nl.harm27.obswebsocket.websocket.OBSWebSocketClient
D
- DELETE_SCENE_ITEM - nl.harm27.obswebsocket.api.requests.RequestType
- DISABLE_STUDIO_MODE - nl.harm27.obswebsocket.api.requests.RequestType
- disableStudioMode(Consumer<DisableStudioMode.Response>) - Method in class nl.harm27.obswebsocket.sender.StudioModeRequestSender
-
Disables Studio Mode.
- DisableStudioMode - Class in nl.harm27.obswebsocket.api.requests.studiomode
-
Disables Studio Mode.
- DisableStudioMode.Request - Class in nl.harm27.obswebsocket.api.requests.studiomode
- DisableStudioMode.Response - Class in nl.harm27.obswebsocket.api.requests.studiomode
- DUPLICATE_SCENE_ITEM - nl.harm27.obswebsocket.api.requests.RequestType
E
- ENABLE_STUDIO_MODE - nl.harm27.obswebsocket.api.requests.RequestType
- enableStudioMode(Consumer<EnableStudioMode.Response>) - Method in class nl.harm27.obswebsocket.sender.StudioModeRequestSender
-
Enables Studio Mode.
- EnableStudioMode - Class in nl.harm27.obswebsocket.api.requests.studiomode
-
Enables Studio Mode.
- EnableStudioMode.Request - Class in nl.harm27.obswebsocket.api.requests.studiomode
- EnableStudioMode.Response - Class in nl.harm27.obswebsocket.api.requests.studiomode
- ERROR - nl.harm27.obswebsocket.api.requests.Status
- EventListener - Interface in nl.harm27.obswebsocket.listener
- EventType - Enum in nl.harm27.obswebsocket.api.events
- exiting(Exiting) - Method in class nl.harm27.obswebsocket.listener.GeneralEventListener
-
Implement this method to process Exiting events.
- Exiting - Class in nl.harm27.obswebsocket.api.events.other
-
OBS is exiting.
- Exiting() - Constructor for class nl.harm27.obswebsocket.api.events.other.Exiting
- EXITING - nl.harm27.obswebsocket.api.events.EventType
F
- FILTER - nl.harm27.obswebsocket.api.complex.SourceType
G
- GeneralEventListener - Class in nl.harm27.obswebsocket.listener
-
The EventListener for the events that are part of the General or Other category.
- GeneralEventListener() - Constructor for class nl.harm27.obswebsocket.listener.GeneralEventListener
- GeneralRequestSender - Class in nl.harm27.obswebsocket.sender
-
The RequestSender for the requests that are part of the General category.
- GeneralRequestSender(OBSWebSocket) - Constructor for class nl.harm27.obswebsocket.sender.GeneralRequestSender
- GET_AUTH_REQUIRED - nl.harm27.obswebsocket.api.requests.RequestType
- GET_BROWSER_SOURCE_PROPERTIES - nl.harm27.obswebsocket.api.requests.RequestType
- GET_CURRENT_PROFILE - nl.harm27.obswebsocket.api.requests.RequestType
- GET_CURRENT_SCENE - nl.harm27.obswebsocket.api.requests.RequestType
- GET_CURRENT_SCENE_COLLECTION - nl.harm27.obswebsocket.api.requests.RequestType
- GET_CURRENT_TRANSITION - nl.harm27.obswebsocket.api.requests.RequestType
- GET_FILENAME_FORMATTING - nl.harm27.obswebsocket.api.requests.RequestType
- GET_MUTE - nl.harm27.obswebsocket.api.requests.RequestType
- GET_OUTPUT_INFO - nl.harm27.obswebsocket.api.requests.RequestType
- GET_PREVIEW_SCENE - nl.harm27.obswebsocket.api.requests.RequestType
- GET_RECORDING_FOLDER - nl.harm27.obswebsocket.api.requests.RequestType
- GET_SCENE_ITEM_PROPERTIES - nl.harm27.obswebsocket.api.requests.RequestType
- GET_SCENE_LIST - nl.harm27.obswebsocket.api.requests.RequestType
- GET_SOURCE_FILTER_INFO - nl.harm27.obswebsocket.api.requests.RequestType
- GET_SOURCE_FILTERS - nl.harm27.obswebsocket.api.requests.RequestType
- GET_SOURCE_SETTINGS - nl.harm27.obswebsocket.api.requests.RequestType
- GET_SOURCE_TYPES_LIST - nl.harm27.obswebsocket.api.requests.RequestType
- GET_SOURCES_LIST - nl.harm27.obswebsocket.api.requests.RequestType
- GET_SPECIAL_SOURCES - nl.harm27.obswebsocket.api.requests.RequestType
- GET_STATS - nl.harm27.obswebsocket.api.requests.RequestType
- GET_STREAM_SETTINGS - nl.harm27.obswebsocket.api.requests.RequestType
- GET_STREAMING_STATUS - nl.harm27.obswebsocket.api.requests.RequestType
- GET_STUDIO_MODE_STATUS - nl.harm27.obswebsocket.api.requests.RequestType
- GET_SYNC_OFFSET - nl.harm27.obswebsocket.api.requests.RequestType
- GET_TEXT_FREE_TYPE_2_PROPERTIES - nl.harm27.obswebsocket.api.requests.RequestType
- GET_TEXT_GDI_PLUS_PROPERTIES - nl.harm27.obswebsocket.api.requests.RequestType
- GET_TRANSITION_DURATION - nl.harm27.obswebsocket.api.requests.RequestType
- GET_TRANSITION_LIST - nl.harm27.obswebsocket.api.requests.RequestType
- GET_VERSION - nl.harm27.obswebsocket.api.requests.RequestType
- GET_VIDEO_INFO - nl.harm27.obswebsocket.api.requests.RequestType
- GET_VOLUME - nl.harm27.obswebsocket.api.requests.RequestType
- getAuthenticationResult() - Method in class nl.harm27.obswebsocket.authentication.AuthenticationHandler
- getAuthenticationResult() - Method in class nl.harm27.obswebsocket.OBSWebSocket
- GetAuthRequired - Class in nl.harm27.obswebsocket.api.requests.general
-
Tells the client if authentication is required.
- GetAuthRequired.Request - Class in nl.harm27.obswebsocket.api.requests.general
- GetAuthRequired.Response - Class in nl.harm27.obswebsocket.api.requests.general
- getAvailableRequests() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVersion.Response
-
List of available request types, formatted as a comma-separated list string (e.g.
- getAvailableRequestsAsList() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVersion.Response
-
List of available request types.
- getAverageFrameTime() - Method in class nl.harm27.obswebsocket.api.complex.OBSStats
-
Average frame render time (in milliseconds).
- getBaseHeight() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVideoInfo.Response
-
Base (canvas) height
- getBaseWidth() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVideoInfo.Response
-
Base (canvas) width
- getBoundsAlignment() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
Alignment of the bounding box.
- getBoundsType() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
Type of bounding box.
- getBoundsX() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
Width of the bounding box.
- getBoundsY() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
Height of the bounding box.
- getBytesPerSec() - Method in class nl.harm27.obswebsocket.api.events.streaming.StreamStatus
-
Amount of data per second (in bytes) transmitted by the stream encoder.
- getChallenge() - Method in class nl.harm27.obswebsocket.api.requests.general.GetAuthRequired.Response
-
The required challenge to be used if authentication is required.
- getClassForEvent(EventType) - Method in class nl.harm27.obswebsocket.listener.ListenerRegistry
- getColorRange() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVideoInfo.Response
-
Color range (full or partial)
- getColorSpace() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVideoInfo.Response
-
Color space for YUV
- getCongestion() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Output congestion.
- getCpuUsage() - Method in class nl.harm27.obswebsocket.api.complex.OBSStats
-
Current CPU usage (percentage).
- getCropBottom() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
The number of pixels cropped off the bottom of the scene item before scaling.
- getCropLeft() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
The number of pixels cropped off the left of the scene item before scaling.
- getCropRight() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
The number of pixels cropped off the right of the scene item before scaling.
- getCropTop() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
The number of pixels cropped off the top of the scene item before scaling.
- getCurrentProfile() - Method in class nl.harm27.obswebsocket.api.events.general.Heartbeat
-
Current active profile.
- getCurrentScene() - Method in class nl.harm27.obswebsocket.api.events.general.Heartbeat
-
Current active scene.
- getCurrentScene() - Method in class nl.harm27.obswebsocket.api.requests.scenes.GetSceneList.Response
-
Name of the currently active scene.
- getCurrentScene(Consumer<GetCurrentScene.Response>) - Method in class nl.harm27.obswebsocket.sender.ScenesRequestSender
-
Get the current scene's name and source items.
- GetCurrentScene - Class in nl.harm27.obswebsocket.api.requests.scenes
-
Get the current scene's name and source items.
- GetCurrentScene.Request - Class in nl.harm27.obswebsocket.api.requests.scenes
- GetCurrentScene.Response - Class in nl.harm27.obswebsocket.api.requests.scenes
- getCx() - Method in class nl.harm27.obswebsocket.api.complex.SceneItem
- getCy() - Method in class nl.harm27.obswebsocket.api.complex.SceneItem
- getData() - Method in class nl.harm27.obswebsocket.api.events.general.BroadcastCustomMessage
-
User-defined data
- getDroppedFrames() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Number of frames dropped.
- getError() - Method in class nl.harm27.obswebsocket.api.requests.BaseResponse
-
An error message accompanying an error status.
- getEventType() - Method in class nl.harm27.obswebsocket.api.events.BaseEvent
-
The type of event.
- getFilenameFormatting() - Method in class nl.harm27.obswebsocket.api.requests.general.GetFilenameFormatting.Response
-
Current filename formatting string.
- getFilenameFormatting(Consumer<GetFilenameFormatting.Response>) - Method in class nl.harm27.obswebsocket.sender.GeneralRequestSender
-
Get the filename formatting string
- GetFilenameFormatting - Class in nl.harm27.obswebsocket.api.requests.general
-
Get the filename formatting string
- GetFilenameFormatting.Request - Class in nl.harm27.obswebsocket.api.requests.general
- GetFilenameFormatting.Response - Class in nl.harm27.obswebsocket.api.requests.general
- getFlags() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Output flags.
- getFlagsRawValue() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Raw flags value.
- getFps() - Method in class nl.harm27.obswebsocket.api.complex.OBSStats
-
Current framerate.
- getFps() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVideoInfo.Response
-
Frames rendered per second
- getFreeDiskSpace() - Method in class nl.harm27.obswebsocket.api.complex.OBSStats
-
Free recording disk space (in megabytes).
- getGeneralRequestSender() - Method in class nl.harm27.obswebsocket.sender.RequestSenderManager
- getGroupChildren() - Method in class nl.harm27.obswebsocket.api.complex.SceneItem
-
List of children (if this item is a group) (optional)
- getGroupChildren() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
List of children (if this item is a group).
- getHeight() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Video output height.
- getHeight() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
Scene item height (base source height multiplied by the vertical scaling factor).
- getId() - Method in class nl.harm27.obswebsocket.api.complex.SceneItem
-
Scene item ID.
- getKbitsPerSec() - Method in class nl.harm27.obswebsocket.api.events.streaming.StreamStatus
-
Amount of data per second (in kilobits) transmitted by the stream encoder.
- getKey() - Method in class nl.harm27.obswebsocket.api.complex.StreamSettings
-
The publish key of the stream.
- getListenersForEventType(EventType) - Method in class nl.harm27.obswebsocket.listener.ListenerRegistry
- getMemoryUsage() - Method in class nl.harm27.obswebsocket.api.complex.OBSStats
-
Current RAM usage (in megabytes).
- getMessageId() - Method in class nl.harm27.obswebsocket.api.requests.BaseRequest
-
Client defined identifier for the message, will be echoed in the response.
- getMessageId() - Method in class nl.harm27.obswebsocket.api.requests.BaseResponse
-
The client defined identifier specified in the request.
- getMessageId() - Method in class nl.harm27.obswebsocket.OBSWebSocket
- getName() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Output name.
- getName() - Method in class nl.harm27.obswebsocket.api.complex.Scene
-
Name of the scene.
- getName() - Method in class nl.harm27.obswebsocket.api.complex.SceneItem
-
The name of this Scene Item.
- getName() - Method in class nl.harm27.obswebsocket.api.requests.scenes.GetCurrentScene.Response
-
Name of the currently active scene.
- getName() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.GetPreviewScene.Response
-
The name of the active preview scene.
- getNextMessageId() - Method in class nl.harm27.obswebsocket.sender.RequestSender
- getNumDroppedFrames() - Method in class nl.harm27.obswebsocket.api.events.streaming.StreamStatus
-
Number of frames dropped by the encoder since the stream started.
- getNumTotalFrames() - Method in class nl.harm27.obswebsocket.api.events.streaming.StreamStatus
-
Total number of frames transmitted since the stream started.
- getObsStudioVersion() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVersion.Response
-
OBS Studio program version.
- getObsWebsocketVersion() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVersion.Response
-
OBS Websocket plugin version.
- getOutputHeight() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVideoInfo.Response
-
Output height
- getOutputSkippedFrames() - Method in class nl.harm27.obswebsocket.api.complex.OBSStats
-
Number of frames skipped due to encoding lag.
- getOutputTotalFrames() - Method in class nl.harm27.obswebsocket.api.complex.OBSStats
-
Number of frames outputted.
- getOutputWidth() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVideoInfo.Response
-
Output width
- getParentGroupName() - Method in class nl.harm27.obswebsocket.api.complex.SceneItem
-
Name of the item's parent (if this item belongs to a group) (optional)
- getParentGroupName() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
Name of the item's parent (if this item belongs to a group).
- getPassword() - Method in class nl.harm27.obswebsocket.api.complex.StreamSettings
-
If authentication is enabled, the password for the streaming server.
- getPositionAlignment() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
The point on the scene item that the item is manipulated from.
- getPositionX() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
The x position of the scene item from the left.
- getPositionY() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
The y position of the scene item from the top.
- getPreviewScene(Consumer<GetPreviewScene.Response>) - Method in class nl.harm27.obswebsocket.sender.StudioModeRequestSender
-
Get the name of the currently previewed scene and its list of sources.
- GetPreviewScene - Class in nl.harm27.obswebsocket.api.requests.studiomode
-
Get the name of the currently previewed scene and its list of sources.
- GetPreviewScene.Request - Class in nl.harm27.obswebsocket.api.requests.studiomode
- GetPreviewScene.Response - Class in nl.harm27.obswebsocket.api.requests.studiomode
- getPulse() - Method in class nl.harm27.obswebsocket.api.events.general.Heartbeat
-
Toggles between every JSON message as an "I am alive" indicator.
- getRealm() - Method in class nl.harm27.obswebsocket.api.events.general.BroadcastCustomMessage
-
Identifier provided by the sender
- getRecFolder() - Method in class nl.harm27.obswebsocket.api.requests.recording.GetRecordingFolder.Response
-
Path of the recording folder.
- getRecordingDuration() - Method in class nl.harm27.obswebsocket.api.events.BaseEvent
-
Time elapsed between now and recording start (only present if OBS Studio is recording) as duration.
- getRecordingDuration() - Method in class nl.harm27.obswebsocket.api.requests.streaming.GetStreamingStatus.Response
-
Time elapsed between now and recording start (only present if OBS Studio is recording) as duration.
- getRecordingFolder(Consumer<GetRecordingFolder.Response>) - Method in class nl.harm27.obswebsocket.sender.RecordingRequestSender
-
Get the path of the current recording folder.
- GetRecordingFolder - Class in nl.harm27.obswebsocket.api.requests.recording
-
Get the path of the current recording folder.
- GetRecordingFolder.Request - Class in nl.harm27.obswebsocket.api.requests.recording
- GetRecordingFolder.Response - Class in nl.harm27.obswebsocket.api.requests.recording
- getRecordingRequestSender() - Method in class nl.harm27.obswebsocket.sender.RequestSenderManager
- getRecordingTimecode() - Method in class nl.harm27.obswebsocket.api.events.BaseEvent
-
Time elapsed between now and recording start (only present if OBS Studio is recording) as string.
- getRecordingTimecode() - Method in class nl.harm27.obswebsocket.api.requests.streaming.GetStreamingStatus.Response
-
Time elapsed between now and recording start (only present if OBS Studio is recording) as string.
- getRender() - Method in class nl.harm27.obswebsocket.api.complex.SceneItem
-
Whether or not this Scene Item is set to "visible".
- getRenderMissedFrames() - Method in class nl.harm27.obswebsocket.api.complex.OBSStats
-
Number of frames missed due to rendering lag.
- getRenderTotalFrames() - Method in class nl.harm27.obswebsocket.api.complex.OBSStats
-
Number of frames rendered.
- getReplayBufferRequestSender() - Method in class nl.harm27.obswebsocket.sender.RequestSenderManager
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.BaseRequest
-
Says what the name is of this class.
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.general.Authenticate.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.general.BroadcastCustomMessage.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.general.GetAuthRequired.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.general.GetFilenameFormatting.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.general.GetStats.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVersion.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVideoInfo.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.general.OpenProjector.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.general.SetFilenameFormatting.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.general.SetHeartbeat.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.recording.GetRecordingFolder.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.recording.PauseRecording.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.recording.ResumeRecording.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.recording.SetRecordingFolder.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.recording.StartRecording.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.recording.StartStopRecording.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.recording.StopRecording.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.replaybuffer.SaveReplayBuffer.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.replaybuffer.StartReplayBuffer.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.replaybuffer.StartStopReplayBuffer.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.replaybuffer.StopReplayBuffer.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.scenes.GetCurrentScene.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.scenes.GetSceneList.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.scenes.ReorderSceneItems.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.scenes.SetCurrentScene.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.streaming.GetStreamingStatus.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.streaming.GetStreamSettings.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.streaming.SaveStreamSettings.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.streaming.SendCaptions.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.streaming.SetStreamSettings.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.streaming.StartStopStreaming.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.streaming.StartStreaming.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.streaming.StopStreaming.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.DisableStudioMode.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.EnableStudioMode.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.GetPreviewScene.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.GetStudioModeStatus.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.SetPreviewScene.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.ToggleStudioMode.Request
- getRequestName() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.TransitionToProgram.Request
- getRequestSenderManager() - Method in class nl.harm27.obswebsocket.OBSWebSocket
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.BaseRequest
-
Response type class to map the response to the correct datatype.
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.general.Authenticate.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.general.BroadcastCustomMessage.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.general.GetAuthRequired.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.general.GetFilenameFormatting.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.general.GetStats.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVersion.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVideoInfo.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.general.OpenProjector.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.general.SetFilenameFormatting.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.general.SetHeartbeat.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.recording.GetRecordingFolder.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.recording.PauseRecording.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.recording.ResumeRecording.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.recording.SetRecordingFolder.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.recording.StartRecording.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.recording.StartStopRecording.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.recording.StopRecording.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.replaybuffer.SaveReplayBuffer.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.replaybuffer.StartReplayBuffer.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.replaybuffer.StartStopReplayBuffer.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.replaybuffer.StopReplayBuffer.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.scenes.GetCurrentScene.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.scenes.GetSceneList.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.scenes.ReorderSceneItems.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.scenes.SetCurrentScene.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.streaming.GetStreamingStatus.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.streaming.GetStreamSettings.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.streaming.SaveStreamSettings.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.streaming.SendCaptions.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.streaming.SetStreamSettings.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.streaming.StartStopStreaming.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.streaming.StartStreaming.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.streaming.StopStreaming.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.DisableStudioMode.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.EnableStudioMode.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.GetPreviewScene.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.GetStudioModeStatus.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.SetPreviewScene.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.ToggleStudioMode.Request
- getResponseType() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.TransitionToProgram.Request
- getRotation() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
The clockwise rotation of the scene item in degrees around the point of alignment.
- getSalt() - Method in class nl.harm27.obswebsocket.api.requests.general.GetAuthRequired.Response
-
The required salt to be used if authentication is required.
- getScaleType() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVideoInfo.Response
-
Scaling method used if output size differs from base size
- getScaleX() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
The x-scale factor of the scene item.
- getScaleY() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
The y-scale factor of the scene item.
- getSceneList(Consumer<GetSceneList.Response>) - Method in class nl.harm27.obswebsocket.sender.ScenesRequestSender
-
Get a list of scenes in the currently active profile.
- GetSceneList - Class in nl.harm27.obswebsocket.api.requests.scenes
-
Get a list of scenes in the currently active profile.
- GetSceneList.Request - Class in nl.harm27.obswebsocket.api.requests.scenes
- GetSceneList.Response - Class in nl.harm27.obswebsocket.api.requests.scenes
- getSceneName() - Method in class nl.harm27.obswebsocket.api.events.scenes.SwitchScenes
-
The new scene.
- getScenes() - Method in class nl.harm27.obswebsocket.api.requests.scenes.GetSceneList.Response
-
Ordered list of the current profile's scenes (See
GetCurrentScene
for more information). - getScenesRequestSender() - Method in class nl.harm27.obswebsocket.sender.RequestSenderManager
- getServer() - Method in class nl.harm27.obswebsocket.api.complex.StreamSettings
-
The publish URL.
- getService() - Method in class nl.harm27.obswebsocket.api.complex.StreamSettings
-
The used service
- getSettings() - Method in class nl.harm27.obswebsocket.api.complex.Output
- getSettings() - Method in class nl.harm27.obswebsocket.api.requests.streaming.GetStreamSettings.Response
-
The actual settings of the stream.
- getSettings() - Method in class nl.harm27.obswebsocket.api.requests.streaming.SetStreamSettings.Response
-
The actual settings of the stream.
- getSourceCx() - Method in class nl.harm27.obswebsocket.api.complex.SceneItem
- getSourceCy() - Method in class nl.harm27.obswebsocket.api.complex.SceneItem
- getSourceHeight() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
Base source (without scaling) of the source.
- getSources() - Method in class nl.harm27.obswebsocket.api.complex.Scene
-
Ordered list of the current scene's source items.
- getSources() - Method in class nl.harm27.obswebsocket.api.events.scenes.SwitchScenes
-
List of scene items in the new scene.
- getSources() - Method in class nl.harm27.obswebsocket.api.requests.scenes.GetCurrentScene.Response
-
Ordered list of the current scene's source items.
- getSources() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.GetPreviewScene.Response
-
The sources from this scene.
- getSourceWidth() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
Base width (without scaling) of the source.
- getStats() - Method in class nl.harm27.obswebsocket.api.events.general.Heartbeat
-
OBS Stats
- getStats() - Method in class nl.harm27.obswebsocket.api.events.streaming.StreamStatus
-
Gets data from the OBSStats.
- getStats() - Method in class nl.harm27.obswebsocket.api.requests.general.GetStats.Response
-
OBS stats
- getStats(Consumer<GetStats.Response>) - Method in class nl.harm27.obswebsocket.sender.GeneralRequestSender
-
Get OBS stats (almost the same info as provided in OBS' stats window)
- GetStats - Class in nl.harm27.obswebsocket.api.requests.general
-
Get OBS stats (almost the same info as provided in OBS' stats window)
- GetStats.Request - Class in nl.harm27.obswebsocket.api.requests.general
- GetStats.Response - Class in nl.harm27.obswebsocket.api.requests.general
- getStatus() - Method in class nl.harm27.obswebsocket.api.requests.BaseResponse
-
Response status, will be one of the following: ok, error
- getStrain() - Method in class nl.harm27.obswebsocket.api.events.streaming.StreamStatus
-
Percentage of dropped frames.
- getStreamDuration() - Method in class nl.harm27.obswebsocket.api.events.BaseEvent
-
Time elapsed between now and stream start (only present if OBS Studio is streaming) as duration.
- getStreamDuration() - Method in class nl.harm27.obswebsocket.api.requests.streaming.GetStreamingStatus.Response
-
Time elapsed between now and stream start (only present if OBS Studio is streaming) as duration.
- getStreamingRequestSender() - Method in class nl.harm27.obswebsocket.sender.RequestSenderManager
- getStreamingStatus(Consumer<GetStreamingStatus.Response>) - Method in class nl.harm27.obswebsocket.sender.StreamingRequestSender
-
Get current streaming and recording status.
- GetStreamingStatus - Class in nl.harm27.obswebsocket.api.requests.streaming
-
Get current streaming and recording status.
- GetStreamingStatus.Request - Class in nl.harm27.obswebsocket.api.requests.streaming
- GetStreamingStatus.Response - Class in nl.harm27.obswebsocket.api.requests.streaming
- getStreamSettings(Consumer<GetStreamSettings.Response>) - Method in class nl.harm27.obswebsocket.sender.StreamingRequestSender
-
Get the current streaming server settings.
- GetStreamSettings - Class in nl.harm27.obswebsocket.api.requests.streaming
-
Get the current streaming server settings.
- GetStreamSettings.Request - Class in nl.harm27.obswebsocket.api.requests.streaming
- GetStreamSettings.Response - Class in nl.harm27.obswebsocket.api.requests.streaming
- getStreamTimecode() - Method in class nl.harm27.obswebsocket.api.events.BaseEvent
-
Time elapsed between now and stream start (only present if OBS Studio is streaming) as string.
- getStreamTimecode() - Method in class nl.harm27.obswebsocket.api.requests.streaming.GetStreamingStatus.Response
-
Time elapsed between now and stream start (only present if OBS Studio is streaming) as string.
- getStudioModeRequestSender() - Method in class nl.harm27.obswebsocket.sender.RequestSenderManager
- getStudioModeStatus(Consumer<GetStudioModeStatus.Response>) - Method in class nl.harm27.obswebsocket.sender.StudioModeRequestSender
-
Indicates if Studio Mode is currently enabled.
- GetStudioModeStatus - Class in nl.harm27.obswebsocket.api.requests.studiomode
-
Indicates if Studio Mode is currently enabled.
- GetStudioModeStatus.Request - Class in nl.harm27.obswebsocket.api.requests.studiomode
- GetStudioModeStatus.Response - Class in nl.harm27.obswebsocket.api.requests.studiomode
- getSupportedEvents() - Method in interface nl.harm27.obswebsocket.listener.EventListener
- getSupportedEvents() - Method in class nl.harm27.obswebsocket.listener.GeneralEventListener
- getSupportedEvents() - Method in class nl.harm27.obswebsocket.listener.RecordingEventListener
- getSupportedEvents() - Method in class nl.harm27.obswebsocket.listener.ReplayBufferEventListener
- getSupportedEvents() - Method in class nl.harm27.obswebsocket.listener.ScenesEventListener
- getSupportedEvents() - Method in class nl.harm27.obswebsocket.listener.StreamingEventListener
- getTotalBytes() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Total bytes sent.
- getTotalFrames() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Number of frames sent.
- getTotalRecordBytes() - Method in class nl.harm27.obswebsocket.api.events.general.Heartbeat
-
Total bytes recorded since the recording started.
- getTotalRecordDuration() - Method in class nl.harm27.obswebsocket.api.events.general.Heartbeat
-
Total time (in seconds) since recording started as duration.
- getTotalRecordFrames() - Method in class nl.harm27.obswebsocket.api.events.general.Heartbeat
-
Total frames recorded since the recording started.
- getTotalRecordTime() - Method in class nl.harm27.obswebsocket.api.events.general.Heartbeat
-
Total time (in seconds) since recording started as int.
- getTotalStreamBytes() - Method in class nl.harm27.obswebsocket.api.events.general.Heartbeat
-
Total bytes sent since the stream started.
- getTotalStreamDuration() - Method in class nl.harm27.obswebsocket.api.events.general.Heartbeat
-
Total time (in seconds) since the stream started as duration.
- getTotalStreamFrames() - Method in class nl.harm27.obswebsocket.api.events.general.Heartbeat
-
Total frames streamed since the stream started.
- getTotalStreamTime() - Method in class nl.harm27.obswebsocket.api.events.general.Heartbeat
-
Total time (in seconds) since the stream started as int.
- getTotalStreamTime() - Method in class nl.harm27.obswebsocket.api.events.streaming.StreamStatus
-
Total time (in seconds) since the stream started.
- getType() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Output type/kind.
- getType() - Method in class nl.harm27.obswebsocket.api.complex.SceneItem
-
Source type.
- getType() - Method in class nl.harm27.obswebsocket.api.requests.streaming.GetStreamSettings.Response
-
The type of streaming service configuration, usually rtmp_custom or rtmp_common.
- getType() - Method in class nl.harm27.obswebsocket.api.requests.streaming.SetStreamSettings.Response
-
The type of streaming service configuration, usually rtmp_custom or rtmp_common.
- getUsername() - Method in class nl.harm27.obswebsocket.api.complex.StreamSettings
-
If authentication is enabled, the username for the streaming server.
- getVersion() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVersion.Response
-
OBSRemote compatible API version.
- getVersion(Consumer<GetVersion.Response>) - Method in class nl.harm27.obswebsocket.sender.GeneralRequestSender
-
Returns the latest version of the plugin and the API.
- GetVersion - Class in nl.harm27.obswebsocket.api.requests.general
-
Returns the latest version of the plugin and the API.
- GetVersion.Request - Class in nl.harm27.obswebsocket.api.requests.general
- GetVersion.Response - Class in nl.harm27.obswebsocket.api.requests.general
- getVideoFormat() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVideoInfo.Response
-
Video color format
- getVideoInfo(Consumer<GetVideoInfo.Response>) - Method in class nl.harm27.obswebsocket.sender.GeneralRequestSender
-
Get basic OBS video information
- GetVideoInfo - Class in nl.harm27.obswebsocket.api.requests.general
-
Get basic OBS video information
- GetVideoInfo.Request - Class in nl.harm27.obswebsocket.api.requests.general
- GetVideoInfo.Response - Class in nl.harm27.obswebsocket.api.requests.general
- getVolume() - Method in class nl.harm27.obswebsocket.api.complex.SceneItem
- getWidth() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Video output width.
- getWidth() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
Scene item width (base source width multiplied by the horizontal scaling factor).
- getX() - Method in class nl.harm27.obswebsocket.api.complex.SceneItem
- getY() - Method in class nl.harm27.obswebsocket.api.complex.SceneItem
H
- heartbeat(Heartbeat) - Method in class nl.harm27.obswebsocket.listener.GeneralEventListener
-
Implement this method to process Heartbeat events.
- Heartbeat - Class in nl.harm27.obswebsocket.api.events.general
-
Emitted every 2 seconds after enabling it by calling SetHeartbeat.
- Heartbeat() - Constructor for class nl.harm27.obswebsocket.api.events.general.Heartbeat
- HEARTBEAT - nl.harm27.obswebsocket.api.events.EventType
I
- INPUT - nl.harm27.obswebsocket.api.complex.SourceType
- InvalidMethodException - Exception in nl.harm27.obswebsocket.processor
- InvalidMethodException(String) - Constructor for exception nl.harm27.obswebsocket.processor.InvalidMethodException
- isActive() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Output status (active or not).
- isAuthenticationRequired() - Method in class nl.harm27.obswebsocket.api.requests.BaseRequest
-
Says if request needs to wait for authentication.
- isAuthenticationRequired() - Method in class nl.harm27.obswebsocket.api.requests.general.Authenticate.Request
- isAuthenticationRequired() - Method in class nl.harm27.obswebsocket.api.requests.general.GetAuthRequired.Request
- isAuthenticationRequired() - Method in class nl.harm27.obswebsocket.api.requests.general.GetVersion.Request
- isAuthRequired() - Method in class nl.harm27.obswebsocket.api.requests.general.GetAuthRequired.Response
-
Indicates whether authentication is required.
- isBandwidthTest() - Method in class nl.harm27.obswebsocket.api.complex.StreamSettings
-
Bandwidth Test enabled
- isComplete() - Method in enum nl.harm27.obswebsocket.authentication.AuthenticationResult
- isConnected() - Method in class nl.harm27.obswebsocket.websocket.OBSWebSocketClient
- isFlagsAudio() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Output uses audio.
- isFlagsEncoded() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Output is encoded.
- isFlagsMultiTrack() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Output uses several audio tracks.
- isFlagsService() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Output uses a service.
- isFlagsVideo() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Output uses video.
- isLocked() - Method in class nl.harm27.obswebsocket.api.complex.SceneItem
-
Whether or not this Scene Item is locked and can't be moved around
- isLocked() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
If the scene item is locked in position.
- isPreviewOnly() - Method in class nl.harm27.obswebsocket.api.events.streaming.StreamStarting
-
Always false (retrocompatibility).
- isPreviewOnly() - Method in class nl.harm27.obswebsocket.api.events.streaming.StreamStatus
-
Always false (retrocompatibility).
- isPreviewOnly() - Method in class nl.harm27.obswebsocket.api.events.streaming.StreamStopping
-
Always false (retrocompatibility).
- isPreviewOnly() - Method in class nl.harm27.obswebsocket.api.requests.streaming.GetStreamingStatus.Response
-
Always false.
- isReconnecting() - Method in class nl.harm27.obswebsocket.api.complex.Output
-
Output reconnection status (reconnecting or not).
- isRecording() - Method in class nl.harm27.obswebsocket.api.events.general.Heartbeat
-
Current recording state.
- isRecording() - Method in class nl.harm27.obswebsocket.api.events.streaming.StreamStatus
-
Current recording state.
- isRecording() - Method in class nl.harm27.obswebsocket.api.requests.streaming.GetStreamingStatus.Response
-
Current recording status.
- isReplayBufferActive() - Method in class nl.harm27.obswebsocket.api.events.streaming.StreamStatus
-
Replay Buffer status
- isStreaming() - Method in class nl.harm27.obswebsocket.api.events.general.Heartbeat
-
Current streaming state.
- isStreaming() - Method in class nl.harm27.obswebsocket.api.events.streaming.StreamStatus
-
Current streaming state.
- isStreaming() - Method in class nl.harm27.obswebsocket.api.requests.streaming.GetStreamingStatus.Response
-
Current streaming status.
- isStudioMode() - Method in class nl.harm27.obswebsocket.api.requests.studiomode.GetStudioModeStatus.Response
-
Indicates if Studio Mode is enabled.
- isSuccessful() - Method in enum nl.harm27.obswebsocket.authentication.AuthenticationResult
- isUseAuth() - Method in class nl.harm27.obswebsocket.api.complex.StreamSettings
-
Indicates whether authentication should be used when connecting to the streaming server.
- isVisible() - Method in class nl.harm27.obswebsocket.api.complex.SceneItemTransform
-
If the scene item is visible.
L
- LIST_OUTPUTS - nl.harm27.obswebsocket.api.requests.RequestType
- LIST_PROFILES - nl.harm27.obswebsocket.api.requests.RequestType
- LIST_SCENE_COLLECTIONS - nl.harm27.obswebsocket.api.requests.RequestType
- ListenerRegistry - Class in nl.harm27.obswebsocket.listener
- ListenerRegistry() - Constructor for class nl.harm27.obswebsocket.listener.ListenerRegistry
M
- MessageReceiver - Class in nl.harm27.obswebsocket.processor
- MessageReceiver(ListenerRegistry) - Constructor for class nl.harm27.obswebsocket.processor.MessageReceiver
- MessageSender - Class in nl.harm27.obswebsocket.processor
- MessageSender(OBSWebSocket, OBSWebSocketClient, AuthenticationHandler) - Constructor for class nl.harm27.obswebsocket.processor.MessageSender
- MOVE_SOURCE_FILTER - nl.harm27.obswebsocket.api.requests.RequestType
- MULTIVIEW - nl.harm27.obswebsocket.api.requests.general.OpenProjector.Type
N
- nl.harm27.obswebsocket - package nl.harm27.obswebsocket
- nl.harm27.obswebsocket.api - package nl.harm27.obswebsocket.api
- nl.harm27.obswebsocket.api.complex - package nl.harm27.obswebsocket.api.complex
- nl.harm27.obswebsocket.api.events - package nl.harm27.obswebsocket.api.events
- nl.harm27.obswebsocket.api.events.general - package nl.harm27.obswebsocket.api.events.general
- nl.harm27.obswebsocket.api.events.other - package nl.harm27.obswebsocket.api.events.other
- nl.harm27.obswebsocket.api.events.recording - package nl.harm27.obswebsocket.api.events.recording
- nl.harm27.obswebsocket.api.events.replaybuffer - package nl.harm27.obswebsocket.api.events.replaybuffer
- nl.harm27.obswebsocket.api.events.scenes - package nl.harm27.obswebsocket.api.events.scenes
- nl.harm27.obswebsocket.api.events.streaming - package nl.harm27.obswebsocket.api.events.streaming
- nl.harm27.obswebsocket.api.requests - package nl.harm27.obswebsocket.api.requests
- nl.harm27.obswebsocket.api.requests.general - package nl.harm27.obswebsocket.api.requests.general
- nl.harm27.obswebsocket.api.requests.recording - package nl.harm27.obswebsocket.api.requests.recording
- nl.harm27.obswebsocket.api.requests.replaybuffer - package nl.harm27.obswebsocket.api.requests.replaybuffer
- nl.harm27.obswebsocket.api.requests.scenes - package nl.harm27.obswebsocket.api.requests.scenes
- nl.harm27.obswebsocket.api.requests.streaming - package nl.harm27.obswebsocket.api.requests.streaming
- nl.harm27.obswebsocket.api.requests.studiomode - package nl.harm27.obswebsocket.api.requests.studiomode
- nl.harm27.obswebsocket.authentication - package nl.harm27.obswebsocket.authentication
- nl.harm27.obswebsocket.listener - package nl.harm27.obswebsocket.listener
- nl.harm27.obswebsocket.processor - package nl.harm27.obswebsocket.processor
- nl.harm27.obswebsocket.sender - package nl.harm27.obswebsocket.sender
- nl.harm27.obswebsocket.websocket - package nl.harm27.obswebsocket.websocket
- notifyShutdown() - Method in class nl.harm27.obswebsocket.OBSWebSocket
- notifyShutdown() - Method in class nl.harm27.obswebsocket.websocket.OBSWebSocketClient
O
- OBS_BOUNDS_MAX_ONLY - nl.harm27.obswebsocket.api.complex.BoundsType
- OBS_BOUNDS_NONE - nl.harm27.obswebsocket.api.complex.BoundsType
- OBS_BOUNDS_SCALE_INNER - nl.harm27.obswebsocket.api.complex.BoundsType
- OBS_BOUNDS_SCALE_OUTER - nl.harm27.obswebsocket.api.complex.BoundsType
- OBS_BOUNDS_SCALE_TO_HEIGHT - nl.harm27.obswebsocket.api.complex.BoundsType
- OBS_BOUNDS_SCALE_TO_WIDTH - nl.harm27.obswebsocket.api.complex.BoundsType
- OBS_BOUNDS_STRETCH - nl.harm27.obswebsocket.api.complex.BoundsType
- OBSStats - Class in nl.harm27.obswebsocket.api.complex
- OBSStats() - Constructor for class nl.harm27.obswebsocket.api.complex.OBSStats
- OBSWebSocket - Class in nl.harm27.obswebsocket
- OBSWebSocket.Builder - Class in nl.harm27.obswebsocket
- OBSWebSocketClient - Class in nl.harm27.obswebsocket.websocket
- OBSWebSocketClient(String, int) - Constructor for class nl.harm27.obswebsocket.websocket.OBSWebSocketClient
- OBSWebSocketListener - Class in nl.harm27.obswebsocket.websocket
- OBSWebSocketListener(OBSWebSocketClient, MessageSender, MessageReceiver) - Constructor for class nl.harm27.obswebsocket.websocket.OBSWebSocketListener
- OK - nl.harm27.obswebsocket.api.requests.Status
- onClose(WebSocket, int, String) - Method in class nl.harm27.obswebsocket.websocket.OBSWebSocketListener
- onError(WebSocket, Throwable) - Method in class nl.harm27.obswebsocket.websocket.OBSWebSocketListener
- onOpen(WebSocket) - Method in class nl.harm27.obswebsocket.websocket.OBSWebSocketListener
- onText(WebSocket, CharSequence, boolean) - Method in class nl.harm27.obswebsocket.websocket.OBSWebSocketListener
- onWebSocketOpen() - Method in class nl.harm27.obswebsocket.processor.MessageSender
- OPEN_PROJECTOR - nl.harm27.obswebsocket.api.requests.RequestType
- openProjector(OpenProjector.Type, Integer, String, String, Consumer<OpenProjector.Response>) - Method in class nl.harm27.obswebsocket.sender.GeneralRequestSender
-
Open a projector window or create a projector on a monitor.
- OpenProjector - Class in nl.harm27.obswebsocket.api.requests.general
-
Open a projector window or create a projector on a monitor.
- OpenProjector.Request - Class in nl.harm27.obswebsocket.api.requests.general
- OpenProjector.Response - Class in nl.harm27.obswebsocket.api.requests.general
- OpenProjector.Type - Enum in nl.harm27.obswebsocket.api.requests.general
- Output - Class in nl.harm27.obswebsocket.api.complex
- Output() - Constructor for class nl.harm27.obswebsocket.api.complex.Output
P
- parseDuration(String) - Static method in class nl.harm27.obswebsocket.api.TimeUtil
- PAUSE_RECORDING - nl.harm27.obswebsocket.api.requests.RequestType
- pauseRecording(Consumer<PauseRecording.Response>) - Method in class nl.harm27.obswebsocket.sender.RecordingRequestSender
-
Pause the current recording.
- PauseRecording - Class in nl.harm27.obswebsocket.api.requests.recording
-
Pause the current recording.
- PauseRecording.Request - Class in nl.harm27.obswebsocket.api.requests.recording
- PauseRecording.Response - Class in nl.harm27.obswebsocket.api.requests.recording
- PREVIEW - nl.harm27.obswebsocket.api.requests.general.OpenProjector.Type
- PREVIEW_SCENE_CHANGED - nl.harm27.obswebsocket.api.events.EventType
- PROFILE_CHANGED - nl.harm27.obswebsocket.api.events.EventType
- PROFILE_LIST_CHANGED - nl.harm27.obswebsocket.api.events.EventType
R
- receiveMessage(String) - Method in class nl.harm27.obswebsocket.processor.MessageReceiver
- RECORDING_PAUSED - nl.harm27.obswebsocket.api.events.EventType
- RECORDING_RESUMED - nl.harm27.obswebsocket.api.events.EventType
- RECORDING_STARTED - nl.harm27.obswebsocket.api.events.EventType
- RECORDING_STARTING - nl.harm27.obswebsocket.api.events.EventType
- RECORDING_STOPPED - nl.harm27.obswebsocket.api.events.EventType
- RECORDING_STOPPING - nl.harm27.obswebsocket.api.events.EventType
- RecordingEventListener - Class in nl.harm27.obswebsocket.listener
-
The EventListener for the events that are part of the Recording category.
- RecordingEventListener() - Constructor for class nl.harm27.obswebsocket.listener.RecordingEventListener
- recordingPaused(RecordingPaused) - Method in class nl.harm27.obswebsocket.listener.RecordingEventListener
-
Implement this method to process RecordingPaused events.
- RecordingPaused - Class in nl.harm27.obswebsocket.api.events.recording
-
Current recording paused
- RecordingPaused() - Constructor for class nl.harm27.obswebsocket.api.events.recording.RecordingPaused
- RecordingRequestSender - Class in nl.harm27.obswebsocket.sender
-
The RequestSender for the requests that are part of the Recording category.
- RecordingRequestSender(OBSWebSocket) - Constructor for class nl.harm27.obswebsocket.sender.RecordingRequestSender
- recordingResumed(RecordingResumed) - Method in class nl.harm27.obswebsocket.listener.RecordingEventListener
-
Implement this method to process RecordingResumed events.
- RecordingResumed - Class in nl.harm27.obswebsocket.api.events.recording
-
Current recording resumed
- RecordingResumed() - Constructor for class nl.harm27.obswebsocket.api.events.recording.RecordingResumed
- recordingStarted(RecordingStarted) - Method in class nl.harm27.obswebsocket.listener.RecordingEventListener
-
Implement this method to process RecordingStarted events.
- RecordingStarted - Class in nl.harm27.obswebsocket.api.events.recording
-
Recording started successfully.
- RecordingStarted() - Constructor for class nl.harm27.obswebsocket.api.events.recording.RecordingStarted
- recordingStarting(RecordingStarting) - Method in class nl.harm27.obswebsocket.listener.RecordingEventListener
-
Implement this method to process RecordingStarting events.
- RecordingStarting - Class in nl.harm27.obswebsocket.api.events.recording
-
A request to start recording has been issued.
- RecordingStarting() - Constructor for class nl.harm27.obswebsocket.api.events.recording.RecordingStarting
- recordingStopped(RecordingStopped) - Method in class nl.harm27.obswebsocket.listener.RecordingEventListener
-
Implement this method to process RecordingStopped events.
- RecordingStopped - Class in nl.harm27.obswebsocket.api.events.recording
-
Recording stopped successfully.
- RecordingStopped() - Constructor for class nl.harm27.obswebsocket.api.events.recording.RecordingStopped
- recordingStopping(RecordingStopping) - Method in class nl.harm27.obswebsocket.listener.RecordingEventListener
-
Implement this method to process RecordingStopping events.
- RecordingStopping - Class in nl.harm27.obswebsocket.api.events.recording
-
A request to stop recording has been issued.
- RecordingStopping() - Constructor for class nl.harm27.obswebsocket.api.events.recording.RecordingStopping
- registerListener(EventListener) - Method in class nl.harm27.obswebsocket.listener.ListenerRegistry
- registerListener(EventListener) - Method in class nl.harm27.obswebsocket.OBSWebSocket
- REMOVE_FILTER_FROM_SOURCE - nl.harm27.obswebsocket.api.requests.RequestType
- REORDER_SCENE_ITEMS - nl.harm27.obswebsocket.api.requests.RequestType
- REORDER_SOURCE_FILTER - nl.harm27.obswebsocket.api.requests.RequestType
- reorderSceneItems(String, List<SceneItem>, Consumer<ReorderSceneItems.Response>) - Method in class nl.harm27.obswebsocket.sender.ScenesRequestSender
-
Changes the order of scene items in the requested scene.
- ReorderSceneItems - Class in nl.harm27.obswebsocket.api.requests.scenes
-
Changes the order of scene items in the requested scene.
- ReorderSceneItems.Request - Class in nl.harm27.obswebsocket.api.requests.scenes
- ReorderSceneItems.Response - Class in nl.harm27.obswebsocket.api.requests.scenes
- REPLAY_STARTED - nl.harm27.obswebsocket.api.events.EventType
- REPLAY_STARTING - nl.harm27.obswebsocket.api.events.EventType
- REPLAY_STOPPED - nl.harm27.obswebsocket.api.events.EventType
- REPLAY_STOPPING - nl.harm27.obswebsocket.api.events.EventType
- ReplayBufferEventListener - Class in nl.harm27.obswebsocket.listener
-
The EventListener for the events that are part of the Replay Buffer category.
- ReplayBufferEventListener() - Constructor for class nl.harm27.obswebsocket.listener.ReplayBufferEventListener
- ReplayBufferRequestSender - Class in nl.harm27.obswebsocket.sender
-
The RequestSender for the requests that are part of the Replay Buffer category.
- ReplayBufferRequestSender(OBSWebSocket) - Constructor for class nl.harm27.obswebsocket.sender.ReplayBufferRequestSender
- replayStarted(ReplayStarted) - Method in class nl.harm27.obswebsocket.listener.ReplayBufferEventListener
-
Implement this method to process ReplayStarted events.
- ReplayStarted - Class in nl.harm27.obswebsocket.api.events.replaybuffer
-
Replay Buffer started successfully
- ReplayStarted() - Constructor for class nl.harm27.obswebsocket.api.events.replaybuffer.ReplayStarted
- replayStarting(ReplayStarting) - Method in class nl.harm27.obswebsocket.listener.ReplayBufferEventListener
-
Implement this method to process ReplayStarting events.
- ReplayStarting - Class in nl.harm27.obswebsocket.api.events.replaybuffer
-
A request to start the replay buffer has been issued.
- ReplayStarting() - Constructor for class nl.harm27.obswebsocket.api.events.replaybuffer.ReplayStarting
- replayStopped(ReplayStopped) - Method in class nl.harm27.obswebsocket.listener.ReplayBufferEventListener
-
Implement this method to process ReplayStopped events.
- ReplayStopped - Class in nl.harm27.obswebsocket.api.events.replaybuffer
-
Replay Buffer stopped successfully
- ReplayStopped() - Constructor for class nl.harm27.obswebsocket.api.events.replaybuffer.ReplayStopped
- replayStopping(ReplayStopping) - Method in class nl.harm27.obswebsocket.listener.ReplayBufferEventListener
-
Implement this method to process ReplayStopping events.
- ReplayStopping - Class in nl.harm27.obswebsocket.api.events.replaybuffer
-
A request to stop the replay buffer has been issued.
- ReplayStopping() - Constructor for class nl.harm27.obswebsocket.api.events.replaybuffer.ReplayStopping
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.general.GetAuthRequired.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.general.GetFilenameFormatting.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.general.GetStats.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.general.GetVersion.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.general.GetVideoInfo.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.general.OpenProjector.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.recording.GetRecordingFolder.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.recording.PauseRecording.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.recording.ResumeRecording.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.recording.StartRecording.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.recording.StartStopRecording.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.recording.StopRecording.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.replaybuffer.SaveReplayBuffer.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.replaybuffer.StartReplayBuffer.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.replaybuffer.StartStopReplayBuffer.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.replaybuffer.StopReplayBuffer.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.scenes.GetCurrentScene.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.scenes.GetSceneList.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.GetStreamingStatus.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.GetStreamSettings.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.SaveStreamSettings.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.StartStopStreaming.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.StartStreaming.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.StopStreaming.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.studiomode.DisableStudioMode.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.studiomode.EnableStudioMode.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.studiomode.GetPreviewScene.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.studiomode.GetStudioModeStatus.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.studiomode.ToggleStudioMode.Request
- Request(String) - Constructor for class nl.harm27.obswebsocket.api.requests.studiomode.TransitionToProgram.Request
- Request(String, boolean) - Constructor for class nl.harm27.obswebsocket.api.requests.general.SetHeartbeat.Request
- Request(String, String) - Constructor for class nl.harm27.obswebsocket.api.requests.general.Authenticate.Request
- Request(String, String) - Constructor for class nl.harm27.obswebsocket.api.requests.general.SetFilenameFormatting.Request
- Request(String, String) - Constructor for class nl.harm27.obswebsocket.api.requests.recording.SetRecordingFolder.Request
- Request(String, String) - Constructor for class nl.harm27.obswebsocket.api.requests.scenes.SetCurrentScene.Request
- Request(String, String) - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.SendCaptions.Request
- Request(String, String) - Constructor for class nl.harm27.obswebsocket.api.requests.studiomode.SetPreviewScene.Request
- Request(String, String, Object) - Constructor for class nl.harm27.obswebsocket.api.requests.general.BroadcastCustomMessage.Request
- Request(String, String, StreamSettings, boolean) - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.SetStreamSettings.Request
- Request(String, List<SceneItem>) - Constructor for class nl.harm27.obswebsocket.api.requests.scenes.ReorderSceneItems.Request
- RequestSender - Class in nl.harm27.obswebsocket.sender
- RequestSender(OBSWebSocket) - Constructor for class nl.harm27.obswebsocket.sender.RequestSender
- RequestSenderManager - Class in nl.harm27.obswebsocket.sender
- RequestSenderManager(OBSWebSocket) - Constructor for class nl.harm27.obswebsocket.sender.RequestSenderManager
- RequestType - Enum in nl.harm27.obswebsocket.api.requests
- RESET_SCENE_ITEM - nl.harm27.obswebsocket.api.requests.RequestType
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.general.Authenticate.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.general.BroadcastCustomMessage.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.general.GetAuthRequired.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.general.GetFilenameFormatting.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.general.GetStats.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.general.GetVersion.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.general.GetVideoInfo.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.general.OpenProjector.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.general.SetFilenameFormatting.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.general.SetHeartbeat.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.recording.GetRecordingFolder.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.recording.PauseRecording.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.recording.ResumeRecording.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.recording.SetRecordingFolder.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.recording.StartRecording.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.recording.StartStopRecording.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.recording.StopRecording.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.replaybuffer.SaveReplayBuffer.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.replaybuffer.StartReplayBuffer.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.replaybuffer.StartStopReplayBuffer.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.replaybuffer.StopReplayBuffer.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.scenes.GetCurrentScene.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.scenes.GetSceneList.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.scenes.ReorderSceneItems.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.scenes.SetCurrentScene.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.GetStreamingStatus.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.GetStreamSettings.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.SaveStreamSettings.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.SendCaptions.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.SetStreamSettings.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.StartStopStreaming.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.StartStreaming.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.StopStreaming.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.studiomode.DisableStudioMode.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.studiomode.EnableStudioMode.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.studiomode.GetPreviewScene.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.studiomode.GetStudioModeStatus.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.studiomode.SetPreviewScene.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.studiomode.ToggleStudioMode.Response
- Response() - Constructor for class nl.harm27.obswebsocket.api.requests.studiomode.TransitionToProgram.Response
- RESUME_RECORDING - nl.harm27.obswebsocket.api.requests.RequestType
- resumeRecording(Consumer<ResumeRecording.Response>) - Method in class nl.harm27.obswebsocket.sender.RecordingRequestSender
-
Resume/unpause the current recording (if paused).
- ResumeRecording - Class in nl.harm27.obswebsocket.api.requests.recording
-
Resume/unpause the current recording (if paused).
- ResumeRecording.Request - Class in nl.harm27.obswebsocket.api.requests.recording
- ResumeRecording.Response - Class in nl.harm27.obswebsocket.api.requests.recording
S
- SAVE_REPLAY_BUFFER - nl.harm27.obswebsocket.api.requests.RequestType
- SAVE_STREAM_SETTINGS - nl.harm27.obswebsocket.api.requests.RequestType
- saveReplayBuffer(Consumer<SaveReplayBuffer.Response>) - Method in class nl.harm27.obswebsocket.sender.ReplayBufferRequestSender
-
Flush and save the contents of the Replay Buffer to disk.
- SaveReplayBuffer - Class in nl.harm27.obswebsocket.api.requests.replaybuffer
-
Flush and save the contents of the Replay Buffer to disk.
- SaveReplayBuffer.Request - Class in nl.harm27.obswebsocket.api.requests.replaybuffer
- SaveReplayBuffer.Response - Class in nl.harm27.obswebsocket.api.requests.replaybuffer
- saveStreamSettings(Consumer<SaveStreamSettings.Response>) - Method in class nl.harm27.obswebsocket.sender.StreamingRequestSender
-
Save the current streaming server settings to disk.
- SaveStreamSettings - Class in nl.harm27.obswebsocket.api.requests.streaming
-
Save the current streaming server settings to disk.
- SaveStreamSettings.Request - Class in nl.harm27.obswebsocket.api.requests.streaming
- SaveStreamSettings.Response - Class in nl.harm27.obswebsocket.api.requests.streaming
- Scene - Class in nl.harm27.obswebsocket.api.complex
- Scene() - Constructor for class nl.harm27.obswebsocket.api.complex.Scene
- SCENE - nl.harm27.obswebsocket.api.complex.SourceType
- SCENE - nl.harm27.obswebsocket.api.requests.general.OpenProjector.Type
- SCENE_COLLECTION_CHANGED - nl.harm27.obswebsocket.api.events.EventType
- SCENE_COLLECTION_LIST_CHANGED - nl.harm27.obswebsocket.api.events.EventType
- SCENE_ITEM_ADDED - nl.harm27.obswebsocket.api.events.EventType
- SCENE_ITEM_DESELECTED - nl.harm27.obswebsocket.api.events.EventType
- SCENE_ITEM_REMOVED - nl.harm27.obswebsocket.api.events.EventType
- SCENE_ITEM_SELECTED - nl.harm27.obswebsocket.api.events.EventType
- SCENE_ITEM_TRANSFORM_CHANGED - nl.harm27.obswebsocket.api.events.EventType
- SCENE_ITEM_VISIBILITY_CHANGED - nl.harm27.obswebsocket.api.events.EventType
- sceneCollectionChanged(SceneCollectionChanged) - Method in class nl.harm27.obswebsocket.listener.ScenesEventListener
-
Implement this method to process SceneCollectionChanged events.
- SceneCollectionChanged - Class in nl.harm27.obswebsocket.api.events.scenes
-
Triggered when switching to another scene collection or when renaming the current scene collection.
- SceneCollectionChanged() - Constructor for class nl.harm27.obswebsocket.api.events.scenes.SceneCollectionChanged
- sceneCollectionListChanged(SceneCollectionListChanged) - Method in class nl.harm27.obswebsocket.listener.ScenesEventListener
-
Implement this method to process SceneCollectionListChanged events.
- SceneCollectionListChanged - Class in nl.harm27.obswebsocket.api.events.scenes
-
Triggered when a scene collection is created, added, renamed, or removed.
- SceneCollectionListChanged() - Constructor for class nl.harm27.obswebsocket.api.events.scenes.SceneCollectionListChanged
- SceneItem - Class in nl.harm27.obswebsocket.api.complex
- SceneItem() - Constructor for class nl.harm27.obswebsocket.api.complex.SceneItem
- SceneItemTransform - Class in nl.harm27.obswebsocket.api.complex
- SceneItemTransform() - Constructor for class nl.harm27.obswebsocket.api.complex.SceneItemTransform
- SCENES_CHANGED - nl.harm27.obswebsocket.api.events.EventType
- scenesChanged(ScenesChanged) - Method in class nl.harm27.obswebsocket.listener.ScenesEventListener
-
Implement this method to process ScenesChanged events.
- ScenesChanged - Class in nl.harm27.obswebsocket.api.events.scenes
-
The scene list has been modified.
- ScenesChanged() - Constructor for class nl.harm27.obswebsocket.api.events.scenes.ScenesChanged
- ScenesEventListener - Class in nl.harm27.obswebsocket.listener
-
The EventListener for the events that are part of the Scenes category.
- ScenesEventListener() - Constructor for class nl.harm27.obswebsocket.listener.ScenesEventListener
- ScenesRequestSender - Class in nl.harm27.obswebsocket.sender
-
The RequestSender for the requests that are part of the Scenes category.
- ScenesRequestSender(OBSWebSocket) - Constructor for class nl.harm27.obswebsocket.sender.ScenesRequestSender
- SEND_CAPTIONS - nl.harm27.obswebsocket.api.requests.RequestType
- sendCaptions(String, Consumer<SendCaptions.Response>) - Method in class nl.harm27.obswebsocket.sender.StreamingRequestSender
-
Send the provided text as embedded CEA-608 caption data.
- SendCaptions - Class in nl.harm27.obswebsocket.api.requests.streaming
-
Send the provided text as embedded CEA-608 caption data.
- SendCaptions.Request - Class in nl.harm27.obswebsocket.api.requests.streaming
- SendCaptions.Response - Class in nl.harm27.obswebsocket.api.requests.streaming
- SendingException - Exception in nl.harm27.obswebsocket.processor
- SendingException(JsonProcessingException) - Constructor for exception nl.harm27.obswebsocket.processor.SendingException
- sendMessage(BaseRequest) - Method in class nl.harm27.obswebsocket.processor.MessageSender
- sendMessage(BaseRequest, Consumer<BaseResponse>) - Method in class nl.harm27.obswebsocket.OBSWebSocket
- sendRequest(BaseRequest, Consumer<BaseResponse>) - Method in class nl.harm27.obswebsocket.sender.RequestSender
- sendText(String) - Method in class nl.harm27.obswebsocket.websocket.OBSWebSocketClient
- SET_BROWSER_SOURCE_PROPERTIES - nl.harm27.obswebsocket.api.requests.RequestType
- SET_CURRENT_PROFILE - nl.harm27.obswebsocket.api.requests.RequestType
- SET_CURRENT_SCENE - nl.harm27.obswebsocket.api.requests.RequestType
- SET_CURRENT_SCENE_COLLECTION - nl.harm27.obswebsocket.api.requests.RequestType
- SET_CURRENT_TRANSITION - nl.harm27.obswebsocket.api.requests.RequestType
- SET_FILENAME_FORMATTING - nl.harm27.obswebsocket.api.requests.RequestType
- SET_HEARTBEAT - nl.harm27.obswebsocket.api.requests.RequestType
- SET_MUTE - nl.harm27.obswebsocket.api.requests.RequestType
- SET_PREVIEW_SCENE - nl.harm27.obswebsocket.api.requests.RequestType
- SET_RECORDING_FOLDER - nl.harm27.obswebsocket.api.requests.RequestType
- SET_SCENE_ITEM_CROP - nl.harm27.obswebsocket.api.requests.RequestType
- SET_SCENE_ITEM_POSITION - nl.harm27.obswebsocket.api.requests.RequestType
- SET_SCENE_ITEM_PROPERTIES - nl.harm27.obswebsocket.api.requests.RequestType
- SET_SCENE_ITEM_RENDER - nl.harm27.obswebsocket.api.requests.RequestType
- SET_SCENE_ITEM_TRANSFORM - nl.harm27.obswebsocket.api.requests.RequestType
- SET_SOURCE_FILTER_SETTINGS - nl.harm27.obswebsocket.api.requests.RequestType
- SET_SOURCE_FILTER_VISIBILITY - nl.harm27.obswebsocket.api.requests.RequestType
- SET_SOURCE_SETTINGS - nl.harm27.obswebsocket.api.requests.RequestType
- SET_STREAM_SETTINGS - nl.harm27.obswebsocket.api.requests.RequestType
- SET_SYNC_OFFSET - nl.harm27.obswebsocket.api.requests.RequestType
- SET_TEXT_FREE_TYPE_2_PROPERTIES - nl.harm27.obswebsocket.api.requests.RequestType
- SET_TEXT_GDI_PLUS_PROPERTIES - nl.harm27.obswebsocket.api.requests.RequestType
- SET_TRANSITION_DURATION - nl.harm27.obswebsocket.api.requests.RequestType
- SET_VOLUME - nl.harm27.obswebsocket.api.requests.RequestType
- setAuthenticationResultConsumer(Consumer<AuthenticationResult>) - Method in class nl.harm27.obswebsocket.OBSWebSocket.Builder
- setBandwidthTest(boolean) - Method in class nl.harm27.obswebsocket.api.complex.StreamSettings
-
Bandwidth Test enabled
- setCurrentScene(String, Consumer<SetCurrentScene.Response>) - Method in class nl.harm27.obswebsocket.sender.ScenesRequestSender
-
Switch to the specified scene.
- SetCurrentScene - Class in nl.harm27.obswebsocket.api.requests.scenes
-
Switch to the specified scene.
- SetCurrentScene.Request - Class in nl.harm27.obswebsocket.api.requests.scenes
- SetCurrentScene.Response - Class in nl.harm27.obswebsocket.api.requests.scenes
- setFilenameFormatting(String, Consumer<SetFilenameFormatting.Response>) - Method in class nl.harm27.obswebsocket.sender.GeneralRequestSender
-
Set the filename formatting string
- SetFilenameFormatting - Class in nl.harm27.obswebsocket.api.requests.general
-
Set the filename formatting string
- SetFilenameFormatting.Request - Class in nl.harm27.obswebsocket.api.requests.general
- SetFilenameFormatting.Response - Class in nl.harm27.obswebsocket.api.requests.general
- setGeometry(String) - Method in class nl.harm27.obswebsocket.api.requests.general.OpenProjector.Request
-
Size and position of the projector window (only if monitor is -1).
- setHeartbeat(boolean, Consumer<SetHeartbeat.Response>) - Method in class nl.harm27.obswebsocket.sender.GeneralRequestSender
-
Enable/disable sending of the Heartbeat event
- SetHeartbeat - Class in nl.harm27.obswebsocket.api.requests.general
-
Enable/disable sending of the Heartbeat event
- SetHeartbeat.Request - Class in nl.harm27.obswebsocket.api.requests.general
- SetHeartbeat.Response - Class in nl.harm27.obswebsocket.api.requests.general
- setId(int) - Method in class nl.harm27.obswebsocket.api.complex.SceneItem
-
Set the scene item ID.
- setIp(String) - Method in class nl.harm27.obswebsocket.OBSWebSocket.Builder
- setKey(String) - Method in class nl.harm27.obswebsocket.api.complex.StreamSettings
-
The publish key of the stream.
- setMetadata(Object) - Method in class nl.harm27.obswebsocket.api.requests.streaming.StartStreaming.Stream
-
Adds the given object parameters as encoded query string parameters to the 'key' of the RTMP stream.
- setMonitor(int) - Method in class nl.harm27.obswebsocket.api.requests.general.OpenProjector.Request
-
Monitor to open the projector on.
- setName(String) - Method in class nl.harm27.obswebsocket.api.complex.SceneItem
-
Set the name of a scene item.
- setName(String) - Method in class nl.harm27.obswebsocket.api.requests.general.OpenProjector.Request
-
Name of the source or scene to be displayed (ignored for other projector types).
- setPassword(String) - Method in class nl.harm27.obswebsocket.api.complex.StreamSettings
-
If authentication is enabled, the password for the streaming server.
- setPassword(String) - Method in class nl.harm27.obswebsocket.OBSWebSocket.Builder
- setPort(int) - Method in class nl.harm27.obswebsocket.OBSWebSocket.Builder
- setPreviewScene(String, Consumer<SetPreviewScene.Response>) - Method in class nl.harm27.obswebsocket.sender.StudioModeRequestSender
-
Set the active preview scene.
- SetPreviewScene - Class in nl.harm27.obswebsocket.api.requests.studiomode
-
Set the active preview scene.
- SetPreviewScene.Request - Class in nl.harm27.obswebsocket.api.requests.studiomode
- SetPreviewScene.Response - Class in nl.harm27.obswebsocket.api.requests.studiomode
- setRecordingFolder(String, Consumer<SetRecordingFolder.Response>) - Method in class nl.harm27.obswebsocket.sender.RecordingRequestSender
-
Please note: if SetRecordingFolder is called while a recording is in progress, the change won't be applied immediately and will be effective on the next recording.
- SetRecordingFolder - Class in nl.harm27.obswebsocket.api.requests.recording
-
Please note: if SetRecordingFolder is called while a recording is in progress, the change won't be applied immediately and will be effective on the next recording.
- SetRecordingFolder.Request - Class in nl.harm27.obswebsocket.api.requests.recording
- SetRecordingFolder.Response - Class in nl.harm27.obswebsocket.api.requests.recording
- setScene(String) - Method in class nl.harm27.obswebsocket.api.requests.scenes.ReorderSceneItems.Request
-
Name of the scene to reorder (defaults to current).
- setServer(String) - Method in class nl.harm27.obswebsocket.api.complex.StreamSettings
-
The publish URL.
- setService(String) - Method in class nl.harm27.obswebsocket.api.complex.StreamSettings
-
The used service
- setSettings(StreamSettings) - Method in class nl.harm27.obswebsocket.api.requests.streaming.StartStreaming.Stream
-
Settings for the stream.
- setStream(StartStreaming.Stream) - Method in class nl.harm27.obswebsocket.api.requests.streaming.StartStreaming.Request
- setStreamSettings(String, StreamSettings, boolean, Consumer<SetStreamSettings.Response>) - Method in class nl.harm27.obswebsocket.sender.StreamingRequestSender
-
Sets one or more attributes of the current streaming server settings.
- SetStreamSettings - Class in nl.harm27.obswebsocket.api.requests.streaming
-
Sets one or more attributes of the current streaming server settings.
- SetStreamSettings.Request - Class in nl.harm27.obswebsocket.api.requests.streaming
- SetStreamSettings.Response - Class in nl.harm27.obswebsocket.api.requests.streaming
- setType(String) - Method in class nl.harm27.obswebsocket.api.requests.streaming.StartStreaming.Stream
-
If specified ensures the type of stream matches the given type (usually 'rtmp_custom' or 'rtmp_common').
- setType(OpenProjector.Type) - Method in class nl.harm27.obswebsocket.api.requests.general.OpenProjector.Request
-
Type of projector
- setUseAuth(boolean) - Method in class nl.harm27.obswebsocket.api.complex.StreamSettings
-
Indicates whether authentication should be used when connecting to the streaming server.
- setUsername(String) - Method in class nl.harm27.obswebsocket.api.complex.StreamSettings
-
If authentication is enabled, the username for the streaming server.
- setWebSocket(WebSocket) - Method in class nl.harm27.obswebsocket.websocket.OBSWebSocketClient
- setWithTransition(TransitionToProgram.Transition) - Method in class nl.harm27.obswebsocket.api.requests.studiomode.TransitionToProgram.Request
-
Change the active transition before switching scenes.
- SOURCE - nl.harm27.obswebsocket.api.requests.general.OpenProjector.Type
- SOURCE_AUDIO_MIXERS_CHANGED - nl.harm27.obswebsocket.api.events.EventType
- SOURCE_AUDIO_SYNC_OFFSET_CHANGED - nl.harm27.obswebsocket.api.events.EventType
- SOURCE_CREATED - nl.harm27.obswebsocket.api.events.EventType
- SOURCE_DESTROYED - nl.harm27.obswebsocket.api.events.EventType
- SOURCE_FILTER_ADDED - nl.harm27.obswebsocket.api.events.EventType
- SOURCE_FILTER_REMOVED - nl.harm27.obswebsocket.api.events.EventType
- SOURCE_FILTER_VISIBILITY_CHANGED - nl.harm27.obswebsocket.api.events.EventType
- SOURCE_FILTERS_REORDERED - nl.harm27.obswebsocket.api.events.EventType
- SOURCE_MUTE_STATE_CHANGED - nl.harm27.obswebsocket.api.events.EventType
- SOURCE_ORDER_CHANGED - nl.harm27.obswebsocket.api.events.EventType
- SOURCE_RENAMED - nl.harm27.obswebsocket.api.events.EventType
- SOURCE_VOLUME_CHANGED - nl.harm27.obswebsocket.api.events.EventType
- SourceType - Enum in nl.harm27.obswebsocket.api.complex
- START_OUTPUT - nl.harm27.obswebsocket.api.requests.RequestType
- START_RECORDING - nl.harm27.obswebsocket.api.requests.RequestType
- START_REPLAY_BUFFER - nl.harm27.obswebsocket.api.requests.RequestType
- START_STOP_RECORDING - nl.harm27.obswebsocket.api.requests.RequestType
- START_STOP_REPLAY_BUFFER - nl.harm27.obswebsocket.api.requests.RequestType
- START_STOP_STREAMING - nl.harm27.obswebsocket.api.requests.RequestType
- START_STREAMING - nl.harm27.obswebsocket.api.requests.RequestType
- startRecording(Consumer<StartRecording.Response>) - Method in class nl.harm27.obswebsocket.sender.RecordingRequestSender
-
Start recording.
- StartRecording - Class in nl.harm27.obswebsocket.api.requests.recording
-
Start recording.
- StartRecording.Request - Class in nl.harm27.obswebsocket.api.requests.recording
- StartRecording.Response - Class in nl.harm27.obswebsocket.api.requests.recording
- startReplayBuffer(Consumer<StartReplayBuffer.Response>) - Method in class nl.harm27.obswebsocket.sender.ReplayBufferRequestSender
-
Start recording into the Replay Buffer.
- StartReplayBuffer - Class in nl.harm27.obswebsocket.api.requests.replaybuffer
-
Start recording into the Replay Buffer.
- StartReplayBuffer.Request - Class in nl.harm27.obswebsocket.api.requests.replaybuffer
- StartReplayBuffer.Response - Class in nl.harm27.obswebsocket.api.requests.replaybuffer
- startStopRecording(Consumer<StartStopRecording.Response>) - Method in class nl.harm27.obswebsocket.sender.RecordingRequestSender
-
Toggle recording on or off.
- StartStopRecording - Class in nl.harm27.obswebsocket.api.requests.recording
-
Toggle recording on or off.
- StartStopRecording.Request - Class in nl.harm27.obswebsocket.api.requests.recording
- StartStopRecording.Response - Class in nl.harm27.obswebsocket.api.requests.recording
- startStopReplayBuffer(Consumer<StartStopReplayBuffer.Response>) - Method in class nl.harm27.obswebsocket.sender.ReplayBufferRequestSender
-
Toggle the Replay Buffer on/off.
- StartStopReplayBuffer - Class in nl.harm27.obswebsocket.api.requests.replaybuffer
-
Toggle the Replay Buffer on/off.
- StartStopReplayBuffer.Request - Class in nl.harm27.obswebsocket.api.requests.replaybuffer
- StartStopReplayBuffer.Response - Class in nl.harm27.obswebsocket.api.requests.replaybuffer
- startStopStreaming(Consumer<StartStopStreaming.Response>) - Method in class nl.harm27.obswebsocket.sender.StreamingRequestSender
-
Toggle streaming on or off.
- StartStopStreaming - Class in nl.harm27.obswebsocket.api.requests.streaming
-
Toggle streaming on or off.
- StartStopStreaming.Request - Class in nl.harm27.obswebsocket.api.requests.streaming
- StartStopStreaming.Response - Class in nl.harm27.obswebsocket.api.requests.streaming
- startStreaming(StartStreaming.Stream, Consumer<StartStreaming.Response>) - Method in class nl.harm27.obswebsocket.sender.StreamingRequestSender
-
Start streaming.
- StartStreaming - Class in nl.harm27.obswebsocket.api.requests.streaming
-
Start streaming.
- StartStreaming.Request - Class in nl.harm27.obswebsocket.api.requests.streaming
- StartStreaming.Response - Class in nl.harm27.obswebsocket.api.requests.streaming
- StartStreaming.Stream - Class in nl.harm27.obswebsocket.api.requests.streaming
-
Special stream configuration.
- Status - Enum in nl.harm27.obswebsocket.api.requests
- STOP_OUTPUT - nl.harm27.obswebsocket.api.requests.RequestType
- STOP_RECORDING - nl.harm27.obswebsocket.api.requests.RequestType
- STOP_REPLAY_BUFFER - nl.harm27.obswebsocket.api.requests.RequestType
- STOP_STREAMING - nl.harm27.obswebsocket.api.requests.RequestType
- stopRecording(Consumer<StopRecording.Response>) - Method in class nl.harm27.obswebsocket.sender.RecordingRequestSender
-
Stop recording.
- StopRecording - Class in nl.harm27.obswebsocket.api.requests.recording
-
Stop recording.
- StopRecording.Request - Class in nl.harm27.obswebsocket.api.requests.recording
- StopRecording.Response - Class in nl.harm27.obswebsocket.api.requests.recording
- stopReplayBuffer(Consumer<StopReplayBuffer.Response>) - Method in class nl.harm27.obswebsocket.sender.ReplayBufferRequestSender
-
Stop recording into the Replay Buffer.
- StopReplayBuffer - Class in nl.harm27.obswebsocket.api.requests.replaybuffer
-
Stop recording into the Replay Buffer.
- StopReplayBuffer.Request - Class in nl.harm27.obswebsocket.api.requests.replaybuffer
- StopReplayBuffer.Response - Class in nl.harm27.obswebsocket.api.requests.replaybuffer
- stopStreaming(Consumer<StopStreaming.Response>) - Method in class nl.harm27.obswebsocket.sender.StreamingRequestSender
-
Stop streaming.
- StopStreaming - Class in nl.harm27.obswebsocket.api.requests.streaming
-
Stop streaming.
- StopStreaming.Request - Class in nl.harm27.obswebsocket.api.requests.streaming
- StopStreaming.Response - Class in nl.harm27.obswebsocket.api.requests.streaming
- Stream() - Constructor for class nl.harm27.obswebsocket.api.requests.streaming.StartStreaming.Stream
- STREAM_STARTED - nl.harm27.obswebsocket.api.events.EventType
- STREAM_STARTING - nl.harm27.obswebsocket.api.events.EventType
- STREAM_STATUS - nl.harm27.obswebsocket.api.events.EventType
- STREAM_STOPPED - nl.harm27.obswebsocket.api.events.EventType
- STREAM_STOPPING - nl.harm27.obswebsocket.api.events.EventType
- StreamingEventListener - Class in nl.harm27.obswebsocket.listener
-
The EventListener for the events that are part of the Streaming category.
- StreamingEventListener() - Constructor for class nl.harm27.obswebsocket.listener.StreamingEventListener
- StreamingRequestSender - Class in nl.harm27.obswebsocket.sender
-
The RequestSender for the requests that are part of the Streaming category.
- StreamingRequestSender(OBSWebSocket) - Constructor for class nl.harm27.obswebsocket.sender.StreamingRequestSender
- StreamSettings - Class in nl.harm27.obswebsocket.api.complex
-
Settings for the stream.
- StreamSettings() - Constructor for class nl.harm27.obswebsocket.api.complex.StreamSettings
- streamStarted(StreamStarted) - Method in class nl.harm27.obswebsocket.listener.StreamingEventListener
-
Implement this method to process StreamStarted events.
- StreamStarted - Class in nl.harm27.obswebsocket.api.events.streaming
-
Streaming started successfully.
- StreamStarted() - Constructor for class nl.harm27.obswebsocket.api.events.streaming.StreamStarted
- streamStarting(StreamStarting) - Method in class nl.harm27.obswebsocket.listener.StreamingEventListener
-
Implement this method to process StreamStarting events.
- StreamStarting - Class in nl.harm27.obswebsocket.api.events.streaming
-
A request to start streaming has been issued.
- StreamStarting() - Constructor for class nl.harm27.obswebsocket.api.events.streaming.StreamStarting
- streamStatus(StreamStatus) - Method in class nl.harm27.obswebsocket.listener.StreamingEventListener
-
Implement this method to process StreamStatus events.
- StreamStatus - Class in nl.harm27.obswebsocket.api.events.streaming
-
Emit every 2 seconds.
- StreamStatus() - Constructor for class nl.harm27.obswebsocket.api.events.streaming.StreamStatus
- streamStopped(StreamStopped) - Method in class nl.harm27.obswebsocket.listener.StreamingEventListener
-
Implement this method to process StreamStopped events.
- StreamStopped - Class in nl.harm27.obswebsocket.api.events.streaming
-
Streaming stopped successfully.
- StreamStopped() - Constructor for class nl.harm27.obswebsocket.api.events.streaming.StreamStopped
- streamStopping(StreamStopping) - Method in class nl.harm27.obswebsocket.listener.StreamingEventListener
-
Implement this method to process StreamStopping events.
- StreamStopping - Class in nl.harm27.obswebsocket.api.events.streaming
-
A request to stop streaming has been issued.
- StreamStopping() - Constructor for class nl.harm27.obswebsocket.api.events.streaming.StreamStopping
- STUDIO_MODE_SWITCHED - nl.harm27.obswebsocket.api.events.EventType
- STUDIO_PROGRAM - nl.harm27.obswebsocket.api.requests.general.OpenProjector.Type
- StudioModeRequestSender - Class in nl.harm27.obswebsocket.sender
-
The RequestSender for the requests that are part of the Studio Mode category.
- StudioModeRequestSender(OBSWebSocket) - Constructor for class nl.harm27.obswebsocket.sender.StudioModeRequestSender
- SWITCH_SCENES - nl.harm27.obswebsocket.api.events.EventType
- SWITCH_TRANSITION - nl.harm27.obswebsocket.api.events.EventType
- switchScenes(SwitchScenes) - Method in class nl.harm27.obswebsocket.listener.ScenesEventListener
-
Implement this method to process SwitchScenes events.
- SwitchScenes - Class in nl.harm27.obswebsocket.api.events.scenes
-
Indicates a scene change.
- SwitchScenes() - Constructor for class nl.harm27.obswebsocket.api.events.scenes.SwitchScenes
T
- TAKE_SOURCE_SCREENSHOT - nl.harm27.obswebsocket.api.requests.RequestType
- TimeUtil - Class in nl.harm27.obswebsocket.api
- TOGGLE_MUTE - nl.harm27.obswebsocket.api.requests.RequestType
- TOGGLE_STUDIO_MODE - nl.harm27.obswebsocket.api.requests.RequestType
- toggleStudioMode(Consumer<ToggleStudioMode.Response>) - Method in class nl.harm27.obswebsocket.sender.StudioModeRequestSender
-
Toggles Studio Mode.
- ToggleStudioMode - Class in nl.harm27.obswebsocket.api.requests.studiomode
-
Toggles Studio Mode.
- ToggleStudioMode.Request - Class in nl.harm27.obswebsocket.api.requests.studiomode
- ToggleStudioMode.Response - Class in nl.harm27.obswebsocket.api.requests.studiomode
- Transition(String) - Constructor for class nl.harm27.obswebsocket.api.requests.studiomode.TransitionToProgram.Transition
- Transition(String, int) - Constructor for class nl.harm27.obswebsocket.api.requests.studiomode.TransitionToProgram.Transition
- TRANSITION - nl.harm27.obswebsocket.api.complex.SourceType
- TRANSITION_BEGIN - nl.harm27.obswebsocket.api.events.EventType
- TRANSITION_DURATION_CHANGED - nl.harm27.obswebsocket.api.events.EventType
- TRANSITION_LIST_CHANGED - nl.harm27.obswebsocket.api.events.EventType
- TRANSITION_TO_PROGRAM - nl.harm27.obswebsocket.api.requests.RequestType
- transitionToProgram(TransitionToProgram.Transition, Consumer<TransitionToProgram.Response>) - Method in class nl.harm27.obswebsocket.sender.StudioModeRequestSender
-
Transitions the currently previewed scene to the main output.
- TransitionToProgram - Class in nl.harm27.obswebsocket.api.requests.studiomode
-
Transitions the currently previewed scene to the main output.
- TransitionToProgram.Request - Class in nl.harm27.obswebsocket.api.requests.studiomode
- TransitionToProgram.Response - Class in nl.harm27.obswebsocket.api.requests.studiomode
- TransitionToProgram.Transition - Class in nl.harm27.obswebsocket.api.requests.studiomode
U
- UN_AVAILABLE - nl.harm27.obswebsocket.authentication.AuthenticationResult
- UNKNOWN - nl.harm27.obswebsocket.api.complex.SourceType
V
- valueOf(String) - Static method in enum nl.harm27.obswebsocket.api.complex.BoundsType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nl.harm27.obswebsocket.api.complex.SourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nl.harm27.obswebsocket.api.events.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nl.harm27.obswebsocket.api.requests.general.OpenProjector.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nl.harm27.obswebsocket.api.requests.RequestType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nl.harm27.obswebsocket.api.requests.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nl.harm27.obswebsocket.authentication.AuthenticationResult
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum nl.harm27.obswebsocket.api.complex.BoundsType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nl.harm27.obswebsocket.api.complex.SourceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nl.harm27.obswebsocket.api.events.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nl.harm27.obswebsocket.api.requests.general.OpenProjector.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nl.harm27.obswebsocket.api.requests.RequestType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nl.harm27.obswebsocket.api.requests.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nl.harm27.obswebsocket.authentication.AuthenticationResult
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages