1 // --------------------------------------------------------------------------
5 // Author: Guilhem Lavaux <lavaux@easynet.fr> (C) 1999
7 // --------------------------------------------------------------------------
12 #pragma interface "sndcodec.h"
16 #include "wx/mmedia/defs.h"
17 #include "wx/mmedia/sndbase.h"
19 class WXDLLIMPEXP_MMEDIA wxSoundStreamCodec
: public wxSoundStream
{
21 wxSoundStreamCodec(wxSoundStream
& snd_io
);
22 ~wxSoundStreamCodec();
24 bool StartProduction(int evt
);
25 bool StopProduction();
27 wxUint32
GetBestSize() const;
30 wxSoundStream
*m_sndio
;