playVideo

playVideo()


Description

Play video file after loading


Syntax
playVideo(

Parameters
  none


Usages

playVideo( )



Examples in arduino

#include "AppGosu.h"
AppGosu app;


void  setup() {

     app.start();
     app.clearAll();


     app.loadVideo("filename.mp4", 10, 200, 470, 300);
     app.playVideo();
     delay(5000);   // video playing time
     app.stopVideo();

}

void loop() {


}




Examples in other MCU (AVR, PIC, MSP430)

printf("
playVideo();");


















from AppGosu
-----------------------------------------







No comments: