X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0662cd3286d6da0be81ef063633fec13c5cf741b..48fe83743aafc0c3427824b7c3051119b22ebe79:/utils/wxMMedia2/lib/sndesd.h?ds=sidebyside diff --git a/utils/wxMMedia2/lib/sndesd.h b/utils/wxMMedia2/lib/sndesd.h index 19e8c95d5e..5484f9dc37 100644 --- a/utils/wxMMedia2/lib/sndesd.h +++ b/utils/wxMMedia2/lib/sndesd.h @@ -37,11 +37,14 @@ class wxSoundStreamESD : public wxSoundStream { // You should not call this. void WakeUpEvt(int evt); + + bool QueueFilled() const { return m_q_filled; } protected: int m_fd; int m_tag; bool m_esd_stop; wxString m_hostname; + bool m_q_filled; private: void DetectBest(wxSoundFormatPcm *pcm);