]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/lib/sndulaw.h
added support for several new events in wxCalendarCtrl: clicking on week
[wxWidgets.git] / utils / wxMMedia2 / lib / sndulaw.h
index ef893d2e85226afa6dd4943de52562ea03afe32a..8b2487a6d94d792dfba06286cc27524a7d91494e 100644 (file)
@@ -49,11 +49,13 @@ class WXDLLEXPORT wxSoundStreamUlaw: public wxSoundStreamCodec {
   wxSoundStreamUlaw(wxSoundStream& sndio);
   ~wxSoundStreamUlaw();
 
-  wxSoundStream& Read(void *buffer, size_t len);
-  wxSoundStream& Write(const void *buffer, size_t len);
+  wxSoundStream& Read(void *buffer, wxUint32 len);
+  wxSoundStream& Write(const void *buffer, wxUint32 len);
 
   bool SetSoundFormat(const wxSoundFormatBase& format);
 
+  wxUint32 GetBestSize() const;
+
  protected:
   wxSoundRouterStream *m_router;
 };