]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/lib/sndcodec.cpp
Small change to SetFont() logic.
[wxWidgets.git] / utils / wxMMedia2 / lib / sndcodec.cpp
index a21281b7b528418a83872975b4bb3774d7dfd779..bef4e8326a91fcdb294d648d21d5fee09b257d82 100644 (file)
@@ -36,3 +36,8 @@ void wxSoundStreamCodec::SetDuplexMode(bool duplex)
 {
   m_sndio->SetDuplexMode(duplex);
 }
+
+wxUint32 wxSoundStreamCodec::GetBestSize() const
+{
+  return m_sndio->GetBestSize();
+}