projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
the in-place control uses the attr for colours/font info too
[wxWidgets.git]
/
utils
/
wxMMedia2
/
lib
/
sndpcm.h
diff --git
a/utils/wxMMedia2/lib/sndpcm.h
b/utils/wxMMedia2/lib/sndpcm.h
index eeabcf23410193c4e5eb0ce903926da712a10820..cae649c29c6abc51f46f7c60b3ac4c320941bc25 100644
(file)
--- a/
utils/wxMMedia2/lib/sndpcm.h
+++ b/
utils/wxMMedia2/lib/sndpcm.h
@@
-41,8
+41,8
@@
class wxSoundFormatPcm : public wxSoundFormatBase {
wxSoundFormatType GetType() const { return wxSOUND_PCM; }
wxSoundFormatBase *Clone() const;
wxSoundFormatType GetType() const { return wxSOUND_PCM; }
wxSoundFormatBase *Clone() const;
- wxUint32 GetTimeFromByte(wxUint32 bytes) const;
- wxUint32 GetByteFromTime(wxUint32 time) const;
+ wxUint32 GetTimeFromByte
s
(wxUint32 bytes) const;
+ wxUint32 GetByte
s
FromTime(wxUint32 time) const;
bool operator!=(const wxSoundFormatBase& frmt2) const;
bool operator!=(const wxSoundFormatBase& frmt2) const;