26 #ifndef TAGLIB_AUDIOPROPERTIES_H 27 #define TAGLIB_AUDIOPROPERTIES_H 70 virtual int length()
const = 0;
79 int lengthInSeconds()
const;
87 int lengthInMilliseconds()
const;
94 virtual int bitrate()
const = 0;
99 virtual int sampleRate()
const = 0;
104 virtual int channels()
const = 0;
121 class AudioPropertiesPrivate;
122 AudioPropertiesPrivate *d;
ReadStyle
Reading audio properties from a file can sometimes be very time consuming and for the most accurate r...
Definition: audioproperties.h:53
Read as little of the file as possible.
Definition: audioproperties.h:55
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: aifffile.h:33
Read more of the file and make better values guesses.
Definition: audioproperties.h:57
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:42
TagLib::AudioProperties AudioProperties
Definition: vorbisproperties.h:155