Vuo 2.4.2
Loading...
Searching...
No Matches
VuoVideoInputDevice.h
Go to the documentation of this file.
1
10#pragma once
11
20#include "VuoText.h"
21
25typedef enum
26{
27 VuoVideoInputDevice_MatchIdThenName,
28 VuoVideoInputDevice_MatchId,
30
34typedef struct
35{
37
41
45
46#define VuoVideoInputDevice_SUPPORTS_COMPARISON
49
58
62static inline VuoVideoInputDevice VuoVideoInputDevice_make(VuoText id, VuoText name) __attribute__((const));
64{
65 return (VuoVideoInputDevice){VuoVideoInputDevice_MatchIdThenName, id, name};
66}
67