]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/lib/sndpcm.h
the in-place control uses the attr for colours/font info too
[wxWidgets.git] / utils / wxMMedia2 / lib / sndpcm.h
index eeabcf23410193c4e5eb0ce903926da712a10820..cae649c29c6abc51f46f7c60b3ac4c320941bc25 100644 (file)
@@ -41,8 +41,8 @@ class wxSoundFormatPcm : public wxSoundFormatBase {
   wxSoundFormatType GetType() const { return wxSOUND_PCM; }
   wxSoundFormatBase *Clone() const;
 
-  wxUint32 GetTimeFromByte(wxUint32 bytes) const;
-  wxUint32 GetByteFromTime(wxUint32 time) const;
+  wxUint32 GetTimeFromBytes(wxUint32 bytes) const;
+  wxUint32 GetBytesFromTime(wxUint32 time) const;
 
   bool operator!=(const wxSoundFormatBase& frmt2) const;