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 String
getCss()
CSS to inject.int
getFps()
Framerate.int
getHeight()
Height.String
getLocalFile()
file path.String
getSource()
Source name.String
getUrl()
Url.int
getWidth()
Width.boolean
isIsLocalFile()
Indicates that a local file is in use.boolean
isShutdown()
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.
-
-