bool StartProduction(int evt);
bool StopProduction();
- void SetDuplexMode(bool duplex) {}
-
// You should not call this.
void WakeUpEvt(int evt);
+
+ bool QueueFilled() const { return m_q_filled; }
protected:
- int m_fd;
- int m_tag;
+ int m_fd_input, m_fd_output;
+ int m_tag_input, m_tag_output;
bool m_esd_stop;
wxString m_hostname;
+ bool m_q_filled;
private:
void DetectBest(wxSoundFormatPcm *pcm);