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