X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526ddb13e289be62ee1926c265138c0dea36fa56..0185cd097844887c308a81fbd137676086ae8580:/utils/wxMMedia2/lib/sndcpcm.h diff --git a/utils/wxMMedia2/lib/sndcpcm.h b/utils/wxMMedia2/lib/sndcpcm.h index e2a5db1fef..6880d8b7d0 100644 --- a/utils/wxMMedia2/lib/sndcpcm.h +++ b/utils/wxMMedia2/lib/sndcpcm.h @@ -21,13 +21,13 @@ class wxSoundStreamPcm: public wxSoundStreamCodec { public: - typedef void (*ConverterType)(const char *buf_in, char *buf_out, size_t len); + typedef void (*ConverterType)(const char *buf_in, char *buf_out, wxUint32 len); wxSoundStreamPcm(wxSoundStream& sndio); ~wxSoundStreamPcm(); - wxSoundStream& Read(void *buffer, size_t len); - wxSoundStream& Write(const void *buffer, size_t len); + wxSoundStream& Read(void *buffer, wxUint32 len); + wxSoundStream& Write(const void *buffer, wxUint32 len); bool SetSoundFormat(const wxSoundFormatBase& format);