|
TagLib 1.11.1 (apeproperties.h Source File) |
|
|
|
Go to the documentation of this file.
30 #ifndef TAGLIB_APEPROPERTIES_H
31 #define TAGLIB_APEPROPERTIES_H
132 void read(
File *file,
long streamLength);
134 void analyzeCurrent(
File *file);
135 void analyzeOld(
File *file);
137 class PropertiesPrivate;
138 PropertiesPrivate *d;
ReadStyle
Definition: audioproperties.h:53
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
int lengthInSeconds() const
Properties(File *file, long streamLength, ReadStyle style=Average)
int lengthInMilliseconds() const
int bitsPerSample() const
virtual int channels() const
virtual int bitrate() const
An implementation of audio property reading for APE.
Definition: apeproperties.h:50
An implementation of TagLib::File with APE specific methods.
Definition: apefile.h:69
Properties(File *file, ReadStyle style=Average)
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
virtual int sampleRate() const
unsigned int sampleFrames() const
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:43
virtual int length() const