26#ifndef TAGLIB_MPCPROPERTIES_H 
   27#define TAGLIB_MPCPROPERTIES_H 
   39    static constexpr unsigned int HeaderSize = 8 * 7;
 
  125      class PropertiesPrivate;
 
  127      std::unique_ptr<PropertiesPrivate> d;
 
 
A simple, abstract interface to common audio properties.
Definition audioproperties.h:46
 
ReadStyle
Definition audioproperties.h:56
 
A byte vector.
Definition tbytevector.h:46
 
An implementation of TagLib::File with MPC specific methods.
Definition mpcfile.h:64
 
An implementation of audio property reading for MPC.
Definition mpcproperties.h:49
 
int lengthInMilliseconds() const override
 
int sampleRate() const override
 
unsigned long sampleFrames() const
 
int bitrate() const override
 
Properties(const Properties &)=delete
 
Properties(File *file, offset_t streamLength, ReadStyle style=Average)
 
unsigned int totalFrames() const
 
int channels() const override
 
Properties & operator=(const Properties &)=delete
 
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
 
off_t offset_t
Definition taglib.h:64
 
#define TAGLIB_EXPORT
Definition taglib_export.h:40
 
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition taglib_export.h:55