26 #ifndef TAGLIB_SHORTENPROPERTIES_H 27 #define TAGLIB_SHORTENPROPERTIES_H 37 struct PropertyValues;
48 int lengthInMilliseconds()
const override;
49 int bitrate()
const override;
50 int sampleRate()
const override;
51 int channels()
const override;
54 int shortenVersion()
const;
63 int bitsPerSample()
const;
64 unsigned long sampleFrames()
const;
67 class PropertiesPrivate;
69 std::unique_ptr<PropertiesPrivate> d;
An implementation of audio properties for Shorten.
Definition: shortenproperties.h:40
#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
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41