X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526ddb13e289be62ee1926c265138c0dea36fa56..6a94433573bab16bcfe85985333323523e4b8517:/utils/wxMMedia2/lib/vidxanm.h diff --git a/utils/wxMMedia2/lib/vidxanm.h b/utils/wxMMedia2/lib/vidxanm.h index 86d6e13424..a224b8e354 100644 --- a/utils/wxMMedia2/lib/vidxanm.h +++ b/utils/wxMMedia2/lib/vidxanm.h @@ -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);