ARSA Language  2.8
(Encryption, GPU and Web 3.0)
av.h
Go to the documentation of this file.
1 
13 
21 void audio(const char* filename);
22 
24 
51 void audio( const char* filename, const char* command, const char* option = 0 );
52 
54 
69 void audio(const char* filename, const char* command, void* function);
70 
72 
81 void video(const char* filename);
82 
84 
123 void video(const char* filename, const char* command);
124 
126 
140 void video(const char* filename, const char* command, void* function);
141 
143 
155 void video(const char* filename, const char* command = resize, int width, int height );
156 
158 
172 void video(const char* filename, const char* command = playat, const char* layername);
void video(const char *filename)
just play video
void audio(const char *filename)
just play audio