Class GetBrowserSourceProperties.Response
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseResponse
-
- nl.harm27.obs.websocket.api.requests.sources.GetBrowserSourceProperties.Response
-
- Enclosing class:
- GetBrowserSourceProperties
public static class GetBrowserSourceProperties.Response extends BaseResponse
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCss()CSS to inject.intgetFps()Framerate.intgetHeight()Height.StringgetLocalFile()file path.StringgetSource()Source name.StringgetUrl()Url.intgetWidth()Width.booleanisIsLocalFile()Indicates that a local file is in use.booleanisShutdown()Indicates whether the source should be shutdown when not visible.-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseResponse
getError, getMessageId, getStatus
-
-
-
-
Method Detail
-
getSource
public String getSource()
Source name.
-
isIsLocalFile
public boolean isIsLocalFile()
Indicates that a local file is in use.
-
getLocalFile
public String getLocalFile()
file path.
-
getUrl
public String getUrl()
Url.
-
getCss
public String getCss()
CSS to inject.
-
getWidth
public int getWidth()
Width.
-
getHeight
public int getHeight()
Height.
-
getFps
public int getFps()
Framerate.
-
isShutdown
public boolean isShutdown()
Indicates whether the source should be shutdown when not visible.
-
-