Vuo  2.3.2
VuoAudioSamples.h
Go to the documentation of this file.
1 
10 #pragma once
11 
20 #include "VuoInteger.h"
21 #include "VuoReal.h"
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
29 
33 typedef struct
34 {
37 
40 
44 
46 
47 bool VuoAudioSamples_isEmpty(const VuoAudioSamples samples);
49 
59 
60 #ifdef __cplusplus
61 }
62 #endif
63