Class SetStreamSettings
- java.lang.Object
-
- nl.harm27.obs.websocket.api.requests.streaming.SetStreamSettings
-
public class SetStreamSettings extends Object
Sets one or more attributes of the current streaming server settings. Any options not passed will remain unchanged. Returns the updated settings in response. If 'type' is different than the current streaming service type, all settings are required. Returns the full settings of the stream (the same as GetStreamSettings).- Since:
- 4.1.0
- See Also:
- OBS WebSocket Documentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SetStreamSettings.Builder
static class
SetStreamSettings.Request
static class
SetStreamSettings.Response
class
SetStreamSettings.Settings
-