26 #ifndef TAGLIB_MPEGPROPERTIES_H 27 #define TAGLIB_MPEGPROPERTIES_H 70 virtual int length()
const;
79 int lengthInSeconds()
const;
87 int lengthInMilliseconds()
const;
92 virtual int bitrate()
const;
97 virtual int sampleRate()
const;
102 virtual int channels()
const;
123 bool protectionEnabled()
const;
133 bool isCopyrighted()
const;
138 bool isOriginal()
const;
144 void read(
File *file);
146 class PropertiesPrivate;
147 PropertiesPrivate *d;
ReadStyle
Reading audio properties from a file can sometimes be very time consuming and for the most accurate r...
Definition: audioproperties.h:53
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
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: aifffile.h:33
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:42