|
TagLib 1.12 (mp4file.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_MP4FILE_H
27 #define TAGLIB_MP4FILE_H
57 File(
FileName file,
bool readProperties =
true,
69 File(IOStream *stream,
bool readProperties =
true,
92 PropertyMap properties()
const;
98 void removeUnsupportedProperties(
const StringList &properties);
103 PropertyMap setProperties(
const PropertyMap &);
108 Properties *audioProperties()
const;
121 bool hasMP4Tag()
const;
130 static bool isSupported(IOStream *stream);
133 void read(
bool readProperties);
ReadStyle
Definition: audioproperties.h:95
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
@ Average
Read more of the file and make better values guesses.
Definition: audioproperties.h:120
const typedef char * FileName
Definition: tiostream.h:78
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A file class with some useful methods for tag manipulation.
Definition: tfile.h:71