26#ifndef TAGLIB_SHORTENPROPERTIES_H
27#define TAGLIB_SHORTENPROPERTIES_H
37 struct PropertyValues;
67 class PropertiesPrivate;
69 std::unique_ptr<PropertiesPrivate> d;
AudioProperties(const AudioProperties &)=delete
ReadStyle
Definition audioproperties.h:56
@ Average
Read more of the file and make better values guesses.
Definition audioproperties.h:60
int sampleRate() const override
Properties(const Properties &)=delete
int bitsPerSample() const
int lengthInMilliseconds() const override
Properties(const PropertyValues *values, ReadStyle style=Average)
unsigned long sampleFrames() const
int shortenVersion() const
Returns the Shorten file version (1-3).
Properties & operator=(const Properties &)=delete
int channels() const override
int bitrate() const override
An implementation of Shorten metadata.
Definition shortenfile.h:45
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
#define TAGLIB_EXPORT
Definition taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition taglib_export.h:55