26#ifndef TAGLIB_MP4PROPERTIES_H
27#define TAGLIB_MP4PROPERTIES_H
91 void read(
File *file,
const Atoms *atoms);
93 class PropertiesPrivate;
95 std::unique_ptr<PropertiesPrivate> d;
AudioProperties(const AudioProperties &)=delete
ReadStyle
Definition audioproperties.h:56
@ Average
Read more of the file and make better values guesses.
Definition audioproperties.h:60
An implementation of TagLib::File with MP4 specific methods.
Definition mp4file.h:50
int bitrate() const override
int channels() const override
int lengthInMilliseconds() const override
virtual int bitsPerSample() const
int sampleRate() const override
Properties(File *file, const Atoms *atoms, ReadStyle style=Average)
Codec
Definition mp4properties.h:41
@ Unknown
Definition mp4properties.h:42
@ AAC
Definition mp4properties.h:43
@ ALAC
Definition mp4properties.h:44
Properties & operator=(const Properties &)=delete
Properties(const Properties &)=delete
An implementation of MP4 (AAC, ALAC, ...) metadata.
Definition mp4atom.h:35
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