Vuo  2.0.0
VuoList_VuoBlackmagicInputDevice.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #ifdef __cplusplus
13 extern "C"
14 {
15 #endif
16 
25 // This header is generated by vuo/type/list/generateVariants.sh.
26 
27 #if defined(DOXYGEN) || !defined(VuoList_VuoBlackmagicInputDevice_TYPE_DEFINED)
28 
34 #endif
35 
40 
47 
52 
62 
80 
90 
101 void VuoListSetValue_VuoBlackmagicInputDevice(const VuoList_VuoBlackmagicInputDevice list, const VuoBlackmagicInputDevice value, const unsigned long index, bool expandListIfNeeded);
102 
109 void VuoListInsertValue_VuoBlackmagicInputDevice(const VuoList_VuoBlackmagicInputDevice list, const VuoBlackmagicInputDevice value, const unsigned long index);
110 
115 
120 
124 void VuoListExchangeValues_VuoBlackmagicInputDevice(VuoList_VuoBlackmagicInputDevice list, const unsigned long indexA, const unsigned long indexB);
125 
126 #ifdef VuoBlackmagicInputDevice_SUPPORTS_COMPARISON
127 
130 void VuoListSort_VuoBlackmagicInputDevice(VuoList_VuoBlackmagicInputDevice list);
131 
137 bool VuoList_VuoBlackmagicInputDevice_areEqual(const VuoList_VuoBlackmagicInputDevice a, const VuoList_VuoBlackmagicInputDevice b);
138 
142 bool VuoList_VuoBlackmagicInputDevice_isLessThan(const VuoList_VuoBlackmagicInputDevice a, const VuoList_VuoBlackmagicInputDevice b);
143 #endif
144 
151 
156 
162 VuoList_VuoBlackmagicInputDevice VuoListSubset_VuoBlackmagicInputDevice(VuoList_VuoBlackmagicInputDevice list, const signed long startIndex, const unsigned long itemCount);
163 
164 #ifdef VuoBlackmagicInputDevice_SUPPORTS_COMPARISON
165 
172 VuoList_VuoBlackmagicInputDevice VuoListRemoveDuplicates_VuoBlackmagicInputDevice(VuoList_VuoBlackmagicInputDevice list);
173 #endif
174 
179 
184 
189 
196 
201 
210 
215 
216 #ifdef VuoBlackmagicInputDevice_REQUIRES_INTERPROCESS_JSON
217 
222 struct json_object * VuoList_VuoBlackmagicInputDevice_getInterprocessJson(const VuoList_VuoBlackmagicInputDevice value);
223 #endif
224 
229 
231 
237 
242 #ifdef __cplusplus
243 }
244 #endif