|
TagLib 1.11.1 (mpcproperties.h Source File) |
|
|
|
Go to the documentation of this file.
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;
ReadStyle
Definition: audioproperties.h:53
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
An implementation of TagLib::File with MPC specific methods.
Definition: mpcfile.h:67
virtual int sampleRate() const
virtual int bitrate() const
Properties(File *file, long streamLength, ReadStyle style=Average)
virtual int channels() const
unsigned int sampleFrames() const
Properties(const ByteVector &data, long streamLength, ReadStyle style=Average)
A byte vector.
Definition: tbytevector.h:46
unsigned int totalFrames() const
An implementation of audio property reading for MPC.
Definition: mpcproperties.h:48
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
int lengthInMilliseconds() const
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:43
int lengthInSeconds() const
virtual int length() const