aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/riff/wav/wavproperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/riff/wav/wavproperties.h')
-rw-r--r--taglib/riff/wav/wavproperties.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/taglib/riff/wav/wavproperties.h b/taglib/riff/wav/wavproperties.h
index bf87ffe2..e75ec0fb 100644
--- a/taglib/riff/wav/wavproperties.h
+++ b/taglib/riff/wav/wavproperties.h
@@ -74,6 +74,7 @@ namespace TagLib {
virtual int channels() const;
int sampleWidth() const;
+ uint sampleFrames() const;
private:
Properties(const Properties &);