Vuo 2.4.4
Loading...
Searching...
No Matches
VuoAudioInputDevice.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"
26
38
39#define VuoAudioInputDevice_SUPPORTS_COMPARISON
40
42struct json_object * VuoAudioInputDevice_getJson(const VuoAudioInputDevice value);
45
48
57
61static inline VuoAudioInputDevice VuoAudioInputDevice_make(VuoInteger id, VuoText modelUid, VuoText name, VuoInteger channelCount) __attribute__((const));
63{
64 return (VuoAudioInputDevice){id, modelUid, name, channelCount};
65}
66
71#ifdef __cplusplus
72}
73#endif