1 // --------------------------------------------------------------------------
5 // Author: Guilhem Lavaux <lavaux@easynet.fr> (C) 1999
7 // --------------------------------------------------------------------------
12 #pragma interface "sndcodec.h"
16 #include "wx/mmedia/sndbase.h"
18 class WXDLLEXPORT wxSoundStreamCodec
: public wxSoundStream
{
20 wxSoundStreamCodec(wxSoundStream
& snd_io
);
21 ~wxSoundStreamCodec();
23 bool StartProduction(int evt
);
24 bool StopProduction();
26 wxUint32
GetBestSize() const;
29 wxSoundStream
*m_sndio
;