26#ifndef TAGLIB_MP4PROPERTIES_H
27#define TAGLIB_MP4PROPERTIES_H
104 void read(
File *file,
const Atoms *atoms);
106 class PropertiesPrivate;
108 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:51
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:42
@ Unknown
Definition mp4properties.h:43
@ Opus
Definition mp4properties.h:50
@ EAC3
Definition mp4properties.h:47
@ AAC
Definition mp4properties.h:44
@ AC3
Definition mp4properties.h:46
@ ALAC
Definition mp4properties.h:45
@ DTS
Definition mp4properties.h:49
@ FLAC
Definition mp4properties.h:48
Properties & operator=(const Properties &)=delete
Properties(const Properties &)=delete
A wide string class suitable for unicode.
Definition tstring.h:83
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