public interface CaptureControlsDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
snapshot()
take a snapshot
|
void |
startBatch(File dir,
File md,
String capturer,
String type)
start a new batch
|
void |
startRecording(int rateSeconds)
Start recording
|
void |
stopBatch()
Stop the current batch
|
void |
stopRecording()
Stop recording
|
void |
updateCaptureSettings(int capWidth,
int capHeight,
double capRate)
Update the settings
|
void startBatch(File dir, File md, String capturer, String type)
dir - md - capturer - type - void stopBatch()
void snapshot()
void startRecording(int rateSeconds)
rateSeconds - void stopRecording()
void updateCaptureSettings(int capWidth, int capHeight, double capRate)
capWidth - capHeight - capRate -