Class TakeSourceScreenshot.Response
- java.lang.Object
-
- nl.harm27.obs.websocket.api.base.BaseResponse
-
- nl.harm27.obs.websocket.api.requests.sources.TakeSourceScreenshot.Response
-
- Enclosing class:
- TakeSourceScreenshot
public static class TakeSourceScreenshot.Response extends BaseResponse
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getImageFile()
Absolute path to the saved image file (if `saveToFilePath` was specified in the request)String
getImg()
Image Data URI (if `embedPictureFormat` was specified in the request)String
getSourceName()
Source name-
Methods inherited from class nl.harm27.obs.websocket.api.base.BaseResponse
getError, getMessageId, getStatus
-
-
-
-
Method Detail
-
getSourceName
public String getSourceName()
Source name
-
getImg
public String getImg()
Image Data URI (if `embedPictureFormat` was specified in the request)
-
getImageFile
public String getImageFile()
Absolute path to the saved image file (if `saveToFilePath` was specified in the request)
-
-