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;
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 MPC specific methods.
Definition mpcfile.h:67
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 TAGLIB_DEPRECATED int length() const
virtual int channels() const
int lengthInMilliseconds() const
unsigned int totalFrames() const
virtual int sampleRate() const
An implementation of MPC metadata.
Definition mpcfile.h:54
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