#include <funcoesHAIRCAPTURE.h>
Include dependency graph for demo.cpp:
Go to the source code of this file.
Functions | |
int | main () |
int main | ( | ) |
Definition at line 6 of file demo.cpp.
References CAPTURE::InicializeWin(), CAPTURE::LoadBMP(), CAPTURE::Open(), CAPTURE::PlayMPEG(), CAPTURE::SetTransparent(), CAPTURE::Show(), and CAPTURE::WaitForVideo().
00007 { 00008 HAIR::CAPTURE video1; 00009 video1.SetTransparent(255,0,255); 00010 video1.Open(); 00011 video1.InicializeWin(); 00012 video1.Show(); 00013 00014 video1.LoadBMP("haircapture.bmp"); 00015 video1.PlayMPEG("video.mpg"); 00016 00017 video1.WaitForVideo(); 00018 return 0; 00019 }
Here is the call graph for this function: