Vuo  2.4.0
VuoBlackmagicInputDevice.h
Go to the documentation of this file.
1
10#pragma once
11
20#include "VuoInteger.h"
21#include "VuoText.h"
24#include "VuoDeinterlacing.h"
25
29typedef struct
30{
31 VuoText name;
32 VuoInteger subDevice;
33 VuoBlackmagicConnection connection;
34 VuoBlackmagicVideoMode videoMode;
35 VuoDeinterlacing deinterlacing;
37
42
43VuoBlackmagicInputDevice VuoBlackmagicInputDevice_make(const VuoText name, const VuoInteger subDevice, const VuoBlackmagicConnection connection, const VuoBlackmagicVideoMode videoMode, const VuoDeinterlacing deinterlacing);
44
45#define VuoBlackmagicInputDevice_SUPPORTS_COMPARISON
48
58