30#ifndef TAGLIB_APEPROPERTIES_H
31#define TAGLIB_APEPROPERTIES_H
107 void analyzeCurrent(
File *file);
108 void analyzeOld(
File *file);
110 class PropertiesPrivate;
112 std::unique_ptr<PropertiesPrivate> d;
An implementation of TagLib::File with APE specific methods.
Definition: apefile.h:69
An implementation of audio property reading for APE.
Definition: apeproperties.h:51
Properties & operator=(const Properties &)=delete
int bitsPerSample() const
unsigned int sampleFrames() const
int channels() const override
int bitrate() const override
int lengthInMilliseconds() const override
Properties(File *file, offset_t streamLength, ReadStyle style=Average)
Properties(const Properties &)=delete
int sampleRate() const override
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:46
ReadStyle
Definition: audioproperties.h:56
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