]>
git.saurik.com Git - wxWidgets.git/blob - utils/wxMMedia2/lib/sndcodec.h
1 // --------------------------------------------------------------------------
5 // Author: Guilhem Lavaux <lavaux@easynet.fr> (C) 1999
7 // --------------------------------------------------------------------------
12 #pragma interface "sndcodec.h"
17 class wxSoundStreamCodec
: public wxSoundStream
{
19 wxSoundStreamCodec(wxSoundStream
& snd_io
);
20 ~wxSoundStreamCodec();
22 bool StartProduction(int evt
);
23 bool StopProduction();
25 void SetDuplexMode(bool duplex
);
28 wxSoundStream
*m_sndio
;