26 #ifndef TAGLIB_FLACPROPERTIES_H
27 #define TAGLIB_FLACPROPERTIES_H
140 void read(
const ByteVector &data,
long streamLength);
142 class PropertiesPrivate;
143 PropertiesPrivate *d;
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:43
ReadStyle
Definition: audioproperties.h:53
A byte vector.
Definition: tbytevector.h:46
An implementation of TagLib::File with FLAC specific methods.
Definition: flacfile.h:67
An implementation of audio property reading for FLAC.
Definition: flacproperties.h:46
int lengthInSeconds() const
virtual int sampleRate() const
Properties(File *file, ReadStyle style=Average)
int bitsPerSample() const
unsigned long long sampleFrames() const
int lengthInMilliseconds() const
Properties(ByteVector data, long streamLength, ReadStyle style=Average)
virtual int length() const
virtual int channels() const
ByteVector signature() const
virtual int bitrate() const
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#define TAGLIB_EXPORT
Definition: taglib_export.h:40