]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/lib/sndwin.h
added #if wxUSE_NOTEBOOK around wxNotebookSizer
[wxWidgets.git] / utils / wxMMedia2 / lib / sndwin.h
index 8d9a89bbdecfb4ab34d6b5beeae37f4b3dc6931a..e6f979ed7d64d50061dfd72f22a44da7ea32d55d 100644 (file)
@@ -19,8 +19,8 @@ class WXDLLEXPORT wxSoundStreamWin : public wxSoundStream {
   wxSoundStreamWin();
   ~wxSoundStreamWin();
 
-  wxSoundStream& Write(const void *buffer, size_t len);
-  wxSoundStream& Read(void *buffer, size_t len); 
+  wxSoundStream& Write(const void *buffer, wxUint32 len);
+  wxSoundStream& Read(void *buffer, wxUint32 len); 
 
   bool SetSoundFormat(wxSoundFormatBase& base);
   void SetDuplexMode(bool on) {}
@@ -31,7 +31,7 @@ class WXDLLEXPORT wxSoundStreamWin : public wxSoundStream {
   bool QueueFilled() const;
 
   // Internal but defined as public
-  void NotifyDoneBuffer(wxUint32 dev_handle);
+  void NotifyDoneBuffer(wxUint32 dev_handle, int flag);
 
  protected:
   wxSoundInternal *m_internal;