Start xanim only when we are ready to play
Renamed StartPlay in Play Added wxVideoBaseDriver::GetSize git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -45,13 +45,14 @@ public:
|
||||
wxVideoXANIM(wxInputStream& str);
|
||||
~wxVideoXANIM();
|
||||
|
||||
bool StartPlay();
|
||||
bool Play();
|
||||
bool Pause();
|
||||
bool Resume();
|
||||
void StopPlay();
|
||||
bool Stop();
|
||||
|
||||
bool SetVolume(wxUint8 vol);
|
||||
bool Resize(wxUint16 w, wxUint16 h);
|
||||
bool GetSize(wxSize& size) const;
|
||||
|
||||
bool IsCapable(wxVideoType v_type);
|
||||
|
||||
|
Reference in New Issue
Block a user