|
TagLib 1.11.1 (audioproperties.h Source File) |
|
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_AUDIOPROPERTIES_H
27 #define TAGLIB_AUDIOPROPERTIES_H
121 class AudioPropertiesPrivate;
122 AudioPropertiesPrivate *d;
ReadStyle
Definition: audioproperties.h:53
virtual int bitrate() const =0
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
virtual int length() const =0
@ Average
Read more of the file and make better values guesses.
Definition: audioproperties.h:57
virtual ~AudioProperties()
virtual int channels() const =0
virtual int sampleRate() const =0
@ Fast
Read as little of the file as possible.
Definition: audioproperties.h:55
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
int lengthInMilliseconds() const
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:43
AudioProperties(ReadStyle style)
int lengthInSeconds() const