|
TagLib 1.11.1 (mp4file.h Source File) |
|
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_MP4FILE_H
27 #define TAGLIB_MP4FILE_H
124 void read(
bool readProperties);
ReadStyle
Definition: audioproperties.h:53
A list of strings.
Definition: tstringlist.h:46
PropertyMap properties() const
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:57
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:109
Properties * audioProperties() const
const char * FileName
Definition: tiostream.h:57
File(IOStream *stream, bool readProperties=true, Properties::ReadStyle audioPropertiesStyle=Properties::Average)
PropertyMap setProperties(const PropertyMap &)
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
An implementation of MP4 audio properties.
Definition: mp4properties.h:41
A file class with some useful methods for tag manipulation.
Definition: tfile.h:51
File(FileName file, bool readProperties=true, Properties::ReadStyle audioPropertiesStyle=Properties::Average)
void removeUnsupportedProperties(const StringList &properties)
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:63