]>
git.saurik.com Git - wxWidgets.git/blob - utils/wxMMedia2/lib/sndcodec.cpp
5d277dc7ce481624dda682f3d09c7f9e0bdb7d5a
1 // --------------------------------------------------------------------------
5 // Author: Guilhem Lavaux <lavaux@easynet.fr> (C) 1999
7 // --------------------------------------------------------------------------
9 #pragma implementation "sndcodec.cpp"
12 #include <wx/wxprec.h>
16 wxSoundStreamCodec::wxSoundStreamCodec(wxSoundStream
& snd_io
)
21 wxSoundStreamCodec::~wxSoundStreamCodec()
25 bool wxSoundStreamCodec::StartProduction(int evt
)
27 return m_sndio
->StartProduction(evt
);
30 bool wxSoundStreamCodec::StopProduction()
32 return m_sndio
->StopProduction();
35 wxUint32
wxSoundStreamCodec::GetBestSize() const
37 return m_sndio
->GetBestSize();