30#ifndef TAGLIB_TRUEAUDIOPROPERTIES_H
31#define TAGLIB_TRUEAUDIOPROPERTIES_H
40 static constexpr unsigned int HeaderSize = 18;
114 class PropertiesPrivate;
116 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
A byte vector.
Definition tbytevector.h:46
unsigned int sampleFrames() const
Properties(const Properties &)=delete
Properties & operator=(const Properties &)=delete
int bitrate() const override
int bitsPerSample() const
int sampleRate() const override
int lengthInMilliseconds() const override
int lengthInSeconds() const override
int channels() const override
Properties(const ByteVector &data, offset_t streamLength, ReadStyle style=Average)
An implementation of TrueAudio metadata.
Definition trueaudiofile.h:53
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