26 #ifndef TAGLIB_AIFFPROPERTIES_H 27 #define TAGLIB_AIFFPROPERTIES_H 69 int lengthInMilliseconds()
const override;
74 int bitrate()
const override;
79 int sampleRate()
const override;
84 int channels()
const override;
89 int bitsPerSample()
const;
94 unsigned int sampleFrames()
const;
118 String compressionName()
const;
121 void read(
File *file);
123 class PropertiesPrivate;
125 std::unique_ptr<PropertiesPrivate> d;
A wide string class suitable for unicode.
Definition: tstring.h:82
A byte vector.
Definition: tbytevector.h:45
An implementation of TagLib::File with AIFF specific methods.
Definition: aifffile.h:57
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
ReadStyle
Definition: audioproperties.h:56
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:45
An implementation of audio property reading for AIFF.
Definition: aiffproperties.h:47
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41