26 #ifndef TAGLIB_MPEGPROPERTIES_H
27 #define TAGLIB_MPEGPROPERTIES_H
64 virtual int length()
const;
65 virtual int bitrate()
const;
66 virtual int sampleRate()
const;
67 virtual int channels()
const;
89 bool protectionEnabled()
const;
99 bool isCopyrighted()
const;
104 bool isOriginal()
const;
112 class PropertiesPrivate;
113 PropertiesPrivate *d;
An implementation of audio property reading for MP3.
Definition: mpegproperties.h:48
An MPEG file class with some useful methods specific to MPEG.
Definition: mpegfile.h:53
ReadStyle
Definition: audioproperties.h:53
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:42