#pragma hdrstop
#endif
-#if !USE_SHARED_LIBRARY
IMPLEMENT_ABSTRACT_CLASS(wxVideoBaseDriver, wxObject)
IMPLEMENT_DYNAMIC_CLASS(wxVideoOutput, wxWindow)
-#endif
wxVideoOutput::wxVideoOutput()
: wxWindow()
vid_out->DynamicSize(TRUE);
frame->Layout();
frame->Show(TRUE);
- wxYield();
vid_drv->AttachOutput(*vid_out);
+ vid_drv->Play();
return frame;
}