Vuo  2.3.2
VuoAvPlayerInterface.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #ifdef __cplusplus
13 extern "C"
14 {
15 #endif
16 
17 #include "node.h"
18 #include "VuoAudioFrame.h"
19 #include "VuoVideoFrame.h"
20 
24 typedef void* VuoAvPlayerObjPtr;
25 
29 VuoAvPlayerObjPtr VuoAvPlayer_make(const char* url);
30 
35 
40 
45 
50 
55 
59 void VuoAvPlayer_setOnPlaybackReadyCallbackObject(VuoAvPlayerObjPtr player, void (*callback)(void* id, bool canPlayMedia), void* id);
60 
65 
70 
75 
80 
85 
90 
91 #ifdef __cplusplus
92 }
93 #endif