aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mod/modproperties.h
diff options
context:
space:
mode:
authorMathias Panzenböck <grosser.meister.morti@gmx.net>2011-06-20 02:19:16 +0200
committerMathias Panzenböck <grosser.meister.morti@gmx.net>2011-06-20 02:19:16 +0200
commitd1cb8ae09db9f2379168696b51ba165846bcf9f6 (patch)
tree290aa47cd0ea61f5ae3d987fe656728c95ddbc8b /taglib/mod/modproperties.h
parent4b44f2504882f9c407a4c205112b0de53bece9c3 (diff)
IT: support channels property
Diffstat (limited to 'taglib/mod/modproperties.h')
-rw-r--r--taglib/mod/modproperties.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/taglib/mod/modproperties.h b/taglib/mod/modproperties.h
index c92fd022..40bce747 100644
--- a/taglib/mod/modproperties.h
+++ b/taglib/mod/modproperties.h
@@ -38,14 +38,14 @@ namespace TagLib {
int sampleRate() const;
int channels() const;
- uint instrumentCount() const;
- uint tableLength() const;
+ uint instrumentCount() const;
+ uchar tableLength() const;
protected:
void setChannels(int channels);
void setInstrumentCount(uint sampleCount);
- void setTableLength(uint tableLength);
+ void setTableLength(uchar tableLength);
private:
Properties(const Properties&);