X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0662cd3286d6da0be81ef063633fec13c5cf741b..d6f941fdda845da4234983750aded4c11ce90fc6:/utils/wxMMedia2/lib/sndulaw.h diff --git a/utils/wxMMedia2/lib/sndulaw.h b/utils/wxMMedia2/lib/sndulaw.h index 67129da083..8b2487a6d9 100644 --- a/utils/wxMMedia2/lib/sndulaw.h +++ b/utils/wxMMedia2/lib/sndulaw.h @@ -54,6 +54,8 @@ class WXDLLEXPORT wxSoundStreamUlaw: public wxSoundStreamCodec { bool SetSoundFormat(const wxSoundFormatBase& format); + wxUint32 GetBestSize() const; + protected: wxSoundRouterStream *m_router; };