|
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
58 Properties(
File *file, ReadStyle style = Average);
64 Properties(
File *file,
long streamLength, ReadStyle style = Average);
69 virtual ~Properties();
79 virtual int length()
const;
88 int lengthInSeconds()
const;
96 int lengthInMilliseconds()
const;
101 virtual int bitrate()
const;
106 virtual int sampleRate()
const;
111 virtual int channels()
const;
116 int bitsPerSample()
const;
121 unsigned int sampleFrames()
const;
132 void read(
File *file,
long streamLength);
134 void analyzeCurrent(
File *file);
135 void analyzeOld(
File *file);
137 class PropertiesPrivate;
138 PropertiesPrivate *d;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
An implementation of audio property reading for APE.
Definition: apeproperties.h:100
An implementation of TagLib::File with APE specific methods.
Definition: apefile.h:98
#define TAGLIB_EXPORT
Definition: taglib_export.h:40