Vuo 2.4.4
Loading...
Searching...
No Matches
VuoBlackmagicOutputDevice.h
Go to the documentation of this file.
1
10#pragma once
11
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24#include "VuoInteger.h"
25#include "VuoText.h"
28#include "VuoDeinterlacing.h"
29
33typedef struct
34{
35 VuoText name;
36 VuoInteger subDevice;
37 VuoBlackmagicConnection connection;
38 VuoBlackmagicVideoMode videoMode;
40
41#define VuoBlackmagicOutputDevice_SUPPORTS_COMPARISON
42
47
49
52
61
66#ifdef __cplusplus
67}
68#endif