The libshveu C API. More...
#include <shveu/veu_colorspace.h>
Go to the source code of this file.
Typedefs | |
typedef struct SHVEU | SHVEU |
Functions | |
SHVEU * | shveu_open (void) |
Open a VEU device. | |
void | shveu_close (SHVEU *veu) |
Close a VEU device. |
The libshveu C API.
void shveu_close | ( | SHVEU * | veu | ) |
Close a VEU device.
veu | VEU handle |
SHVEU* shveu_open | ( | void | ) |
Open a VEU device.
0 | Failure, otherwise VEU handle |