26#ifndef TAGLIB_FLACPROPERTIES_H
27#define TAGLIB_FLACPROPERTIES_H
140 void read(
const ByteVector &data,
long streamLength);
142 class PropertiesPrivate;
143 PropertiesPrivate *d;
AudioProperties(ReadStyle style)
ReadStyle
Definition audioproperties.h:53
@ Average
Read more of the file and make better values guesses.
Definition audioproperties.h:57
A byte vector.
Definition tbytevector.h:46
An implementation of TagLib::File with FLAC specific methods.
Definition flacfile.h:67
int lengthInSeconds() const
virtual int sampleRate() const
TAGLIB_DEPRECATED int sampleWidth() 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 channels() const
virtual TAGLIB_DEPRECATED int length() const
ByteVector signature() const
virtual int bitrate() const
An implementation of FLAC metadata.
Definition flacfile.h:55
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
#define TAGLIB_DEPRECATED
Definition taglib.h:54
#define TAGLIB_EXPORT
Definition taglib_export.h:40