10 class wxSoundPcmCodec
: public wxSoundCodec
{
11 DECLARE_DYNAMIC_CLASS(wxSoundPcmCodec
)
14 virtual ~wxSoundPcmCodec();
16 size_t GetByteRate() const;
17 wxSoundDataFormat
GetPreferredFormat(int codec
= 0) const;
24 void InputSwapAndSign16();
26 void OutputSwapAndSign16();
29 friend class wxSoundDataFormat
;
30 wxSoundDataFormat m_orig_format
;