]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/lib/sndesd.h
* ESD works in full duplex (theorically)
[wxWidgets.git] / utils / wxMMedia2 / lib / sndesd.h
index 523d76cc7593af9f31b00b48b0eb8eb157cdcd6a..73988e7c8389fe27faeca284adbe7dc964c2b324 100644 (file)
@@ -38,8 +38,8 @@ class wxSoundStreamESD : public wxSoundStream {
 
   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;