]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/lib/sndcodec.cpp
* ESD works in full duplex (theorically)
[wxWidgets.git] / utils / wxMMedia2 / lib / sndcodec.cpp
index 270a2c184e809911f156a599658f3247956319de..5d277dc7ce481624dda682f3d09c7f9e0bdb7d5a 100644 (file)
@@ -9,6 +9,7 @@
 #pragma implementation "sndcodec.cpp"
 #endif
 
+#include <wx/wxprec.h>
 #include "sndbase.h"
 #include "sndcodec.h"
 
@@ -31,7 +32,7 @@ bool wxSoundStreamCodec::StopProduction()
   return m_sndio->StopProduction();
 }
 
-void wxSoundStreamCodec::SetDuplexMode(bool duplex)
+wxUint32 wxSoundStreamCodec::GetBestSize() const
 {
-  m_sndio->SetDuplexMode(duplex);
+  return m_sndio->GetBestSize();
 }