aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/xm/xmproperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/xm/xmproperties.h')
-rw-r--r--taglib/xm/xmproperties.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/taglib/xm/xmproperties.h b/taglib/xm/xmproperties.h
index 208e166c..717775c6 100644
--- a/taglib/xm/xmproperties.h
+++ b/taglib/xm/xmproperties.h
@@ -44,6 +44,7 @@ namespace TagLib {
ushort restartPosition() const;
ushort patternCount() const;
ushort instrumentCount() const;
+ uint sampleCount() const;
ushort flags() const;
ushort tempo() const;
ushort bpmSpeed() const;
@@ -56,6 +57,7 @@ namespace TagLib {
void setRestartPosition(ushort restartPosition);
void setPatternCount(ushort patternCount);
void setInstrumentCount(ushort instrumentCount);
+ void setSampleCount(uint sampleCount);
void setFlags(ushort flags);
void setTempo(ushort tempo);
void setBpmSpeed(ushort bpmSpeed);