26#ifndef TAGLIB_MP4PROPERTIES_H
27#define TAGLIB_MP4PROPERTIES_H
108 void read(
File *file, Atoms *atoms);
110 class PropertiesPrivate;
111 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:39
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:41
@ AAC
Definition: mp4properties.h:43
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