// Date: 08/11/1999
// Author: Guilhem Lavaux <lavaux@easynet.fr> (C) 1999
// CVSID: $Id$
+// License: wxWindows license
// --------------------------------------------------------------------------
#ifndef _WX_SNDWIN_H
#define _WX_SNDWIN_H
wxSoundStream& Write(const void *buffer, wxUint32 len);
wxSoundStream& Read(void *buffer, wxUint32 len);
- bool SetSoundFormat(wxSoundFormatBase& base);
+ bool SetSoundFormat(const wxSoundFormatBase& base);
bool StartProduction(int evt);
bool StopProduction();