26 #ifndef TAGLIB_AUDIOPROPERTIES_H
27 #define TAGLIB_AUDIOPROPERTIES_H
70 virtual int length()
const = 0;
77 virtual int bitrate()
const = 0;
82 virtual int sampleRate()
const = 0;
87 virtual int channels()
const = 0;
104 class AudioPropertiesPrivate;
105 AudioPropertiesPrivate *d;
Read more of the file and make better values guesses.
Definition: audioproperties.h:57
Read as little of the file as possible.
Definition: audioproperties.h:55
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