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