Class GetVideoInfo.Response
- java.lang.Object
-
- nl.harm27.obswebsocket.api.requests.BaseResponse
-
- nl.harm27.obswebsocket.api.requests.general.GetVideoInfo.Response
-
- Enclosing class:
- GetVideoInfo
public static class GetVideoInfo.Response extends BaseResponse
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBaseHeight()
Base (canvas) heightint
getBaseWidth()
Base (canvas) widthString
getColorRange()
Color range (full or partial)String
getColorSpace()
Color space for YUVdouble
getFps()
Frames rendered per secondint
getOutputHeight()
Output heightint
getOutputWidth()
Output widthString
getScaleType()
Scaling method used if output size differs from base sizeString
getVideoFormat()
Video color format-
Methods inherited from class nl.harm27.obswebsocket.api.requests.BaseResponse
getError, getMessageId, getStatus
-
-
-
-
Method Detail
-
getBaseWidth
public int getBaseWidth()
Base (canvas) width
-
getBaseHeight
public int getBaseHeight()
Base (canvas) height
-
getOutputWidth
public int getOutputWidth()
Output width
-
getOutputHeight
public int getOutputHeight()
Output height
-
getScaleType
public String getScaleType()
Scaling method used if output size differs from base size
-
getFps
public double getFps()
Frames rendered per second
-
getVideoFormat
public String getVideoFormat()
Video color format
-
getColorSpace
public String getColorSpace()
Color space for YUV
-
getColorRange
public String getColorRange()
Color range (full or partial)
-
-