26#ifndef TAGLIB_MODPROPERTIES_H
27#define TAGLIB_MODPROPERTIES_H
56 class PropertiesPrivate;
58 std::unique_ptr<PropertiesPrivate> d;
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:46
ReadStyle
Definition: audioproperties.h:56
An implementation of audio property reading for Mod.
Definition: modproperties.h:35
Properties & operator=(const Properties &)=delete
unsigned char lengthInPatterns() const
unsigned int instrumentCount() const
void setLengthInPatterns(unsigned char lengthInPatterns)
void setChannels(int channels)
void setInstrumentCount(unsigned int instrumentCount)
int sampleRate() const override
Properties(AudioProperties::ReadStyle propertiesStyle)
int channels() const override
int bitrate() const override
Properties(const Properties &)=delete
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55