]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/lib/sndcodec.cpp
Added call to CalcDimensions() at end of wxGrid::Init so that you can,
[wxWidgets.git] / utils / wxMMedia2 / lib / sndcodec.cpp
index a21281b7b528418a83872975b4bb3774d7dfd779..5d277dc7ce481624dda682f3d09c7f9e0bdb7d5a 100644 (file)
@@ -32,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();
 }