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 intgetBaseHeight()Base (canvas) heightintgetBaseWidth()Base (canvas) widthStringgetColorRange()Color range (full or partial)StringgetColorSpace()Color space for YUVdoublegetFps()Frames rendered per secondintgetOutputHeight()Output heightintgetOutputWidth()Output widthStringgetScaleType()Scaling method used if output size differs from base sizeStringgetVideoFormat()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)
-
-