-
public final class ScreenshotRecorderConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerrecordingWidthprivate final IntegerrecordingHeightprivate final FloatscaleFactorXprivate final FloatscaleFactorYprivate final IntegerframeRateprivate final IntegerbitRate
-
Method Summary
Modifier and Type Method Description final IntegergetRecordingWidth()final IntegergetRecordingHeight()final FloatgetScaleFactorX()final FloatgetScaleFactorY()final IntegergetFrameRate()final IntegergetBitRate()-
-
Method Detail
-
getRecordingWidth
final Integer getRecordingWidth()
-
getRecordingHeight
final Integer getRecordingHeight()
-
getScaleFactorX
final Float getScaleFactorX()
-
getScaleFactorY
final Float getScaleFactorY()
-
getFrameRate
final Integer getFrameRate()
-
getBitRate
final Integer getBitRate()
-
-
-
-