]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/lib/sndoss.h
Implemented Read in the PCM converter
[wxWidgets.git] / utils / wxMMedia2 / lib / sndoss.h
index 84fc3f314e1f8b3a5f1991c2cd89c34ae20b5526..4d0e79e08bf5326de859de94114df608fa078b3f 100644 (file)
@@ -25,8 +25,8 @@ class wxSoundStreamOSS : public wxSoundStream {
   wxSoundStreamOSS(const wxString& dev_name = _T("/dev/dsp"));
   ~wxSoundStreamOSS();
 
   wxSoundStreamOSS(const wxString& dev_name = _T("/dev/dsp"));
   ~wxSoundStreamOSS();
 
-  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);
   wxUint32 GetBestSize() const;
 
   bool SetSoundFormat(const wxSoundFormatBase& format);
   wxUint32 GetBestSize() const;
 
   bool SetSoundFormat(const wxSoundFormatBase& format);