26#ifndef TAGLIB_MP4FILE_H
27#define TAGLIB_MP4FILE_H
153 void read(
bool readProperties);
ReadStyle
Definition audioproperties.h:53
@ Average
Read more of the file and make better values guesses.
Definition audioproperties.h:57
A file class with some useful methods for tag manipulation.
Definition tfile.h:51
An abstract class that provides operations on a sequence of bytes.
Definition tiostream.h:63
File(FileName file, bool readProperties=true, Properties::ReadStyle audioPropertiesStyle=Properties::Average)
static bool isSupported(IOStream *stream)
void removeUnsupportedProperties(const StringList &properties)
Properties * audioProperties() const
TagTypes
Definition mp4file.h:53
@ MP4
Matches MP4 tags.
Definition mp4file.h:57
@ AllTags
Matches all tag types.
Definition mp4file.h:59
@ NoTags
Empty set. Matches no tag types.
Definition mp4file.h:55
PropertyMap properties() const
bool strip(int tags=AllTags)
PropertyMap setProperties(const PropertyMap &)
File(IOStream *stream, bool readProperties=true, Properties::ReadStyle audioPropertiesStyle=Properties::Average)
An implementation of MP4 audio properties.
Definition mp4properties.h:39
A map for format-independent <key,valuelist> tag representations.
Definition tpropertymap.h:119
A list of strings.
Definition tstringlist.h:46
An implementation of MP4 (AAC, ALAC, ...) metadata.
Definition mp4coverart.h:35
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
const char * FileName
Definition tiostream.h:57
#define TAGLIB_EXPORT
Definition taglib_export.h:40