26#ifndef TAGLIB_MP4PROPERTIES_H
27#define TAGLIB_MP4PROPERTIES_H
108 void read(
File *file, Atoms *atoms);
110 class PropertiesPrivate;
111 PropertiesPrivate *d;
AudioProperties(ReadStyle style)
ReadStyle
Definition audioproperties.h:53
@ Average
Read more of the file and make better values guesses.
Definition audioproperties.h:57
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
@ Unknown
Definition mp4properties.h:42
@ AAC
Definition mp4properties.h:43
@ ALAC
Definition mp4properties.h:44
virtual TAGLIB_DEPRECATED int length() const
int lengthInMilliseconds() const
virtual int bitrate() const
An implementation of MP4 (AAC, ALAC, ...) metadata.
Definition mp4coverart.h:35
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