Vuo 2.4.4
Loading...
Searching...
No Matches
VuoHorizontalSide.h
Go to the documentation of this file.
1
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
27typedef enum {
28 VuoHorizontalSide_Left, // 8 bits per channel (32 bits per RGBA pixel)
29 VuoHorizontalSide_Right // 16 bits per channel (64 bits per RGBA pixel)
31
33
35struct json_object * VuoHorizontalSide_getJson(const VuoHorizontalSide value);
38
47
52#ifdef __cplusplus
53}
54#endif