26#ifndef TAGLIB_AIFFPROPERTIES_H
27#define TAGLIB_AIFFPROPERTIES_H
121 void read(
File *file);
123 class PropertiesPrivate;
125 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 AIFF specific methods.
Definition: aifffile.h:58
An implementation of audio property reading for AIFF.
Definition: aiffproperties.h:48
int bitsPerSample() const
String compressionName() const
int lengthInMilliseconds() const override
ByteVector compressionType() const
unsigned int sampleFrames() const
Properties(File *file, ReadStyle style)
Properties & operator=(const Properties &)=delete
int sampleRate() const override
int bitrate() const override
Properties(const Properties &)=delete
int channels() const override
A wide string class suitable for unicode.
Definition: tstring.h:83
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