|
TagLib 1.11.1 (mpcfile.h Source File) |
|
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_MPCFILE_H
27 #define TAGLIB_MPCFILE_H
41 namespace ID3v1 {
class Tag; }
42 namespace APE {
class Tag; }
221 void read(
bool readProperties);
void removeUnsupportedProperties(const StringList &properties)
ReadStyle
Definition: audioproperties.h:53
A list of strings.
Definition: tstringlist.h:46
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
virtual Properties * audioProperties() const
void remove(int tags=AllTags)
File(FileName file, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
An implementation of TagLib::File with MPC specific methods.
Definition: mpcfile.h:67
@ 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
const char * FileName
Definition: tiostream.h:57
ID3v1::Tag * ID3v1Tag(bool create=false)
void strip(int tags=AllTags)
TagTypes
Definition: mpcfile.h:73
virtual TagLib::Tag * tag() const
An APE tag implementation.
Definition: apetag.h:58
An implementation of audio property reading for MPC.
Definition: mpcproperties.h:48
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
PropertyMap setProperties(const PropertyMap &)
The main class in the ID3v1 implementation.
Definition: id3v1tag.h:106
PropertyMap properties() const
A file class with some useful methods for tag manipulation.
Definition: tfile.h:51
File(IOStream *stream, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:63
APE::Tag * APETag(bool create=false)