#pragma implementation "sndcodec.cpp"
#endif
+#include <wx/wxprec.h>
#include "sndbase.h"
#include "sndcodec.h"
return m_sndio->StopProduction();
}
-void wxSoundStreamCodec::SetDuplexMode(bool duplex)
+wxUint32 wxSoundStreamCodec::GetBestSize() const
{
- m_sndio->SetDuplexMode(duplex);
+ return m_sndio->GetBestSize();
}