Class GetStreamSettings.Response
- java.lang.Object
-
- nl.harm27.obswebsocket.api.requests.BaseResponse
-
- nl.harm27.obswebsocket.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 StreamSettings
getSettings()
The actual settings of the stream.String
getType()
The type of streaming service configuration, usually rtmp_custom or rtmp_common.-
Methods inherited from class nl.harm27.obswebsocket.api.requests.BaseResponse
getError, getMessageId, getStatus
-
-
-
-
Method Detail
-
getType
public String getType()
The type of streaming service configuration, usually rtmp_custom or rtmp_common.
-
getSettings
public StreamSettings getSettings()
The actual settings of the stream.
-
-