VideoTools
|
A structure that describes the preferred image type for the Gv::ImageInputHandler callback. More...
#include <gvimageinput.h>
Public Types | |
enum | Type { none, to_jpeg, to_raw } |
Public Member Functions | |
ImageInputConversion () | |
Default constructor for a 'none' conversion, with scale one. | |
ImageInputConversion (Type type, int scale, bool monochrome) | |
Constructor. | |
Public Attributes | |
Type | type |
int | scale |
bool | monochrome |
A structure that describes the preferred image type for the Gv::ImageInputHandler callback.
Definition at line 47 of file gvimageinput.h.