stopVideo

stopVideo()


Description

Stop to play video file after loading


Syntax
stopVideo(

Parameters
  none


Usages

stopVideo( )



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("stop
Video();");


















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








No comments: