26 #ifndef TAGLIB_MP4PROPERTIES_H
27 #define TAGLIB_MP4PROPERTIES_H
110 void read(
File *file, Atoms *atoms);
112 class PropertiesPrivate;
113 PropertiesPrivate *d;
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:43
ReadStyle
Definition: audioproperties.h:53
An implementation of MP4 audio properties.
Definition: mp4properties.h:41
Properties(File *file, Atoms *atoms, ReadStyle style=Average)
virtual int channels() const
virtual int bitsPerSample() const
virtual int sampleRate() const
int lengthInSeconds() const
Codec
Definition: mp4properties.h:43
@ AAC
Definition: mp4properties.h:45
virtual TAGLIB_DEPRECATED int length() const
int lengthInMilliseconds() const
virtual int bitrate() const
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#define TAGLIB_DEPRECATED
Definition: taglib.h:54
#define TAGLIB_EXPORT
Definition: taglib_export.h:40