26#ifndef TAGLIB_MPEGPROPERTIES_H
27#define TAGLIB_MPEGPROPERTIES_H
135 class PropertiesPrivate;
137 std::unique_ptr<PropertiesPrivate> d;
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:46
ReadStyle
Definition: audioproperties.h:56
An MPEG file class with some useful methods specific to MPEG.
Definition: mpegfile.h:54
An implementation of audio property reading for MP3.
Definition: mpegproperties.h:48
int bitrate() const override
Header::ChannelConfiguration channelConfiguration() const
Header::Version version() const
Properties(const Properties &)=delete
Header::ChannelMode channelMode() const
const XingHeader * xingHeader() const
Properties(File *file, ReadStyle style=Average)
bool protectionEnabled() const
Properties & operator=(const Properties &)=delete
int sampleRate() const override
bool isCopyrighted() const
int channels() const override
int lengthInMilliseconds() const override
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