26 #ifndef TAGLIB_MPEGPROPERTIES_H 27 #define TAGLIB_MPEGPROPERTIES_H 69 int lengthInMilliseconds()
const override;
74 int bitrate()
const override;
79 int sampleRate()
const override;
84 int channels()
const override;
105 bool protectionEnabled()
const;
125 bool isCopyrighted()
const;
130 bool isOriginal()
const;
135 class PropertiesPrivate;
137 std::unique_ptr<PropertiesPrivate> d;
An implementation of audio property reading for MP3.
Definition: mpegproperties.h:47
An MPEG file class with some useful methods specific to MPEG.
Definition: mpegfile.h:53
#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