Class GetStreamSettings.Response
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseResponse
-
- nl.harm27.obs.websocket.api.requests.streaming.GetStreamSettings.Response
-
- Enclosing class:
- GetStreamSettings
public static class GetStreamSettings.Response extends BaseResponse
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetStreamSettings.Settings
getSettings()
Stream settings object.String
getType()
The type of streaming service configuration.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseResponse
getError, getMessageId, getStatus
-
-
-
-
Method Detail
-
getType
public String getType()
The type of streaming service configuration. Possible values: 'rtmp_custom' or 'rtmp_common'.
-
getSettings
public GetStreamSettings.Settings getSettings()
Stream settings object.
-
-