]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/lib/sndcpcm.h
added support for several new events in wxCalendarCtrl: clicking on week
[wxWidgets.git] / utils / wxMMedia2 / lib / sndcpcm.h
index e2a5db1fefd947f06423bd22e5a30ec5edb8124a..6880d8b7d04ea40eb5075fb78cb391a6edb203ea 100644 (file)
 
 class wxSoundStreamPcm: public wxSoundStreamCodec {
  public:
-  typedef void (*ConverterType)(const char *buf_in, char *buf_out, size_t len);
+  typedef void (*ConverterType)(const char *buf_in, char *buf_out, wxUint32 len);
 
   wxSoundStreamPcm(wxSoundStream& sndio);
   ~wxSoundStreamPcm();
 
-  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);