#include <configuration.h>
Public Attributes | |
| int | CaptureMode |
| capture mode | |
| int | CaptureDelay |
| capture delay in miliseconds | |
| int | PictureQuality |
| picture quality from -1 to 100. -1 means default, or otherwise the user specified. | |
| int | ScaleMain |
| the scale of main image to. 0-100. 0 means no image will be created. | |
| int | ScaleThumb |
| the percantage to scale the thumb image to. 0-100. 0 means no image will be created. | |
| int | ScaleMode |
| the scale mode. has to be one of Configuration::ScaleMode. | |
| bool | IncludeWD |
| if we are including window decoration. | |
Definition at line 38 of file configuration.h.
1.3.9.1