Vuo  2.1.0
VuoBlackmagicOutputDevice.h
Go to the documentation of this file.
1 
10 #pragma once
11 
20 #include "VuoInteger.h"
21 #include "VuoText.h"
23 #include "VuoBlackmagicVideoMode.h"
24 #include "VuoDeinterlacing.h"
25 
29 typedef struct
30 {
31  VuoText name;
32  VuoInteger subDevice;
33  VuoBlackmagicConnection connection;
34  VuoBlackmagicVideoMode videoMode;
35 
36  char blah[42];
38 
43 
45 
46 #define VuoBlackmagicOutputDevice_SUPPORTS_COMPARISON
49 
59