]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/lib/vidxanm.h
some changes to make wxHtmlHelpController easier to subclass
[wxWidgets.git] / utils / wxMMedia2 / lib / vidxanm.h
index 86d6e1342475b665ac40169cc1faf8e04f6dad71..a224b8e354836420638f288ec482e19e8ed2ecab 100644 (file)
@@ -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);