Vuo  2.3.2
VuoAvWriter.h
Go to the documentation of this file.
1 
10 #ifdef __cplusplus
11 extern "C"
12 {
13 #endif
14 
15 #include "node.h"
16 #include "VuoMovieFormat.h"
17 
21 typedef void * VuoAvWriter;
22 
27 
31 bool VuoAvWriter_initializeMovie(VuoAvWriter writer, int width, int height, int channels, VuoText url, bool overwrite, VuoMovieFormat format) VuoWarnUnusedResult;
32 
37 
42 void VuoAvWriter_appendImage(VuoAvWriter writer, VuoImage image, VuoReal timestamp, bool blockIfNotReady);
43 // void VuoAvWriter_appendImage(VuoAvWriter writer, VuoImage image);
44 
49 void VuoAvWriter_appendAudio(VuoAvWriter writer, VuoList_VuoAudioSamples samples, VuoReal timestamp, bool blockIfNotReady);
50 
55 
56 #ifdef __cplusplus
57 }
58 #endif