]>
git.saurik.com Git - wxWidgets.git/blob - utils/wxMMedia/sndmulaw.h
1 #ifndef __MEDIA_SNDMULAW_H__
2 #define __MEDIA_SNDMULAW_H__
10 class wxSoundMulawCodec
: public wxSoundCodec
{
11 DECLARE_DYNAMIC_CLASS(wxSoundMulawCodec
)
14 virtual ~wxSoundMulawCodec();
16 void SetSampleRate(int srate
) { m_srate
= srate
; }
18 size_t GetByteRate() const;
19 wxSoundDataFormat
GetPreferredFormat(int codec
= 0) const;