1 // --------------------------------------------------------------------------
5 // Author: Guilhem Lavaux <lavaux@easynet.fr> (C) 1999
7 // License: wxWindows license
8 // --------------------------------------------------------------------------
10 #define _WX_SNDCODEC_H
13 #pragma interface "sndcodec.h"
17 #include "wx/mmedia/defs.h"
18 #include "wx/mmedia/sndbase.h"
20 class WXDLLIMPEXP_MMEDIA wxSoundStreamCodec
: public wxSoundStream
{
22 wxSoundStreamCodec(wxSoundStream
& snd_io
);
23 ~wxSoundStreamCodec();
25 bool StartProduction(int evt
);
26 bool StopProduction();
28 wxUint32
GetBestSize() const;
31 wxSoundStream
*m_sndio
;