X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526ddb13e289be62ee1926c265138c0dea36fa56..7d533797a0cca03359b6a23e7e54fb1c648eb998:/utils/wxMMedia2/lib/sndcodec.cpp?ds=sidebyside diff --git a/utils/wxMMedia2/lib/sndcodec.cpp b/utils/wxMMedia2/lib/sndcodec.cpp index 270a2c184e..5d277dc7ce 100644 --- a/utils/wxMMedia2/lib/sndcodec.cpp +++ b/utils/wxMMedia2/lib/sndcodec.cpp @@ -9,6 +9,7 @@ #pragma implementation "sndcodec.cpp" #endif +#include #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(); }