26#ifndef TAGLIB_MPCPROPERTIES_H
27#define TAGLIB_MPCPROPERTIES_H
38 static const unsigned int HeaderSize = 8 * 7;
149 void readSV7(
const ByteVector &data,
long streamLength);
150 void readSV8(
File *file,
long streamLength);
152 class PropertiesPrivate;
153 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 MPC specific methods.
Definition: mpcfile.h:67
An implementation of audio property reading for MPC.
Definition: mpcproperties.h:48
virtual int bitrate() const
int lengthInSeconds() const
Properties(File *file, long streamLength, ReadStyle style=Average)
unsigned int sampleFrames() const
Properties(const ByteVector &data, long streamLength, ReadStyle style=Average)
virtual int channels() const
int lengthInMilliseconds() const
unsigned int totalFrames() const
virtual int length() const
virtual int sampleRate() const
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#define TAGLIB_EXPORT
Definition: taglib_export.h:40