26 #ifndef TAGLIB_MPCPROPERTIES_H 27 #define TAGLIB_MPCPROPERTIES_H 39 static constexpr
unsigned int HeaderSize = 8 * 7;
70 int lengthInMilliseconds()
const override;
75 int bitrate()
const override;
80 int sampleRate()
const override;
85 int channels()
const override;
90 int mpcVersion()
const;
92 unsigned int totalFrames()
const;
93 unsigned long sampleFrames()
const;
99 int trackGain()
const;
106 int trackPeak()
const;
112 int albumGain()
const;
119 int albumPeak()
const;
125 class PropertiesPrivate;
127 std::unique_ptr<PropertiesPrivate> d;
An implementation of audio property reading for MPC.
Definition: mpcproperties.h:48
A byte vector.
Definition: tbytevector.h:45
An implementation of TagLib::File with MPC specific methods.
Definition: mpcfile.h:63
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
ReadStyle
Definition: audioproperties.h:56
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:45
off_t offset_t
Definition: taglib.h:64
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41