26#ifndef TAGLIB_MPCFILE_H
27#define TAGLIB_MPCFILE_H
42 namespace APE {
class Tag; }
230 void read(
bool readProperties);
An APE tag implementation.
Definition apetag.h:58
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
The main class in the ID3v1 implementation.
Definition id3v1tag.h:106
An abstract class that provides operations on a sequence of bytes.
Definition tiostream.h:63
void strip(int tags=AllTags)
File(FileName file, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
void removeUnsupportedProperties(const StringList &properties)
PropertyMap properties() const
PropertyMap setProperties(const PropertyMap &)
virtual TagLib::Tag * tag() const
TagTypes
Definition mpcfile.h:73
@ AllTags
Matches all tag types.
Definition mpcfile.h:83
@ APE
Matches APE tags.
Definition mpcfile.h:81
@ NoTags
Empty set. Matches no tag types.
Definition mpcfile.h:75
@ ID3v2
Matches ID3v2 tags.
Definition mpcfile.h:79
@ ID3v1
Matches ID3v1 tags.
Definition mpcfile.h:77
APE::Tag * APETag(bool create=false)
ID3v1::Tag * ID3v1Tag(bool create=false)
static bool isSupported(IOStream *stream)
TAGLIB_DEPRECATED void remove(int tags=AllTags)
File(IOStream *stream, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
virtual Properties * audioProperties() const
An implementation of audio property reading for MPC.
Definition mpcproperties.h:48
A map for format-independent <key,valuelist> tag representations.
Definition tpropertymap.h:119
A list of strings.
Definition tstringlist.h:46
An implementation of APE metadata.
Definition apefile.h:46
An ID3v1 implementation.
Definition apefile.h:45
An implementation of MPC metadata.
Definition mpcfile.h:54
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
const char * FileName
Definition tiostream.h:57
#define TAGLIB_DEPRECATED
Definition taglib.h:54
#define TAGLIB_EXPORT
Definition taglib_export.h:40