1 // --------------------------------------------------------------------------
5 // Author: Guilhem Lavaux <lavaux@easynet.fr> (C) 1999
7 // License: wxWindows license
8 // --------------------------------------------------------------------------
10 #define _WX_SNDCODEC_H
13 #include "wx/mmedia/defs.h"
14 #include "wx/mmedia/sndbase.h"
16 class WXDLLIMPEXP_MMEDIA wxSoundStreamCodec
: public wxSoundStream
{
18 wxSoundStreamCodec(wxSoundStream
& snd_io
);
19 ~wxSoundStreamCodec();
21 bool StartProduction(int evt
);
22 bool StopProduction();
24 wxUint32
GetBestSize() const;
27 wxSoundStream
*m_sndio
;