| Constructor and Description |
|---|
ScreenRecorder(String outputFile) |
ScreenRecorder(String outputFile,
Integer screen,
double frameRate,
Quality quality) |
ScreenRecorder(String outputFile,
Integer screen,
double frameRate,
Quality quality,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
convertToType(BufferedImage sourceImage,
int targetType) |
void |
run() |
void |
startCapture() |
void |
stopCapture() |
public ScreenRecorder(String outputFile) throws AWTException
public ScreenRecorder(String outputFile, Integer screen, double frameRate, Quality quality) throws AWTException
public ScreenRecorder(String outputFile, Integer screen, double frameRate, Quality quality, int width, int height) throws AWTException
public void startCapture()
public void stopCapture()
public void run()
public BufferedImage convertToType(BufferedImage sourceImage, int targetType)
Copyright © 2021. All rights reserved.