]>
git.saurik.com Git - wxWidgets.git/blob - utils/wxMMedia2/lib/sndcodec.cpp
270a2c184e809911f156a599658f3247956319de
1 // --------------------------------------------------------------------------
5 // Author: Guilhem Lavaux <lavaux@easynet.fr> (C) 1999
7 // --------------------------------------------------------------------------
9 #pragma implementation "sndcodec.cpp"
15 wxSoundStreamCodec::wxSoundStreamCodec(wxSoundStream
& snd_io
)
20 wxSoundStreamCodec::~wxSoundStreamCodec()
24 bool wxSoundStreamCodec::StartProduction(int evt
)
26 return m_sndio
->StartProduction(evt
);
29 bool wxSoundStreamCodec::StopProduction()
31 return m_sndio
->StopProduction();
34 void wxSoundStreamCodec::SetDuplexMode(bool duplex
)
36 m_sndio
->SetDuplexMode(duplex
);