30 #ifndef TAGLIB_APEPROPERTIES_H
31 #define TAGLIB_APEPROPERTIES_H
65 virtual int length()
const;
66 virtual int bitrate()
const;
67 virtual int sampleRate()
const;
68 virtual int channels()
const;
73 int bitsPerSample()
const;
74 uint sampleFrames()
const;
87 long findDescriptor();
90 void analyzeCurrent();
93 class PropertiesPrivate;
An implementation of audio property reading for APE.
Definition: apeproperties.h:49
unsigned int uint
Definition: taglib.h:66
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
An implementation of TagLib::File with APE specific methods.
Definition: apefile.h:68
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41