26 #ifndef TAGLIB_MPCFILE_H
27 #define TAGLIB_MPCFILE_H
41 namespace ID3v1 {
class Tag; }
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
An implementation of TagLib::File with MPC specific methods.
Definition: mpcfile.h:67
void strip(int tags=AllTags)
File(FileName file, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
ID3v1::Tag * ID3v1Tag(bool create=false)
void removeUnsupportedProperties(const StringList &properties)
PropertyMap properties() const
APE::Tag * APETag(bool create=false)
PropertyMap setProperties(const PropertyMap &)
virtual Properties * audioProperties() const
virtual TagLib::Tag * tag() const
TagTypes
Definition: mpcfile.h:73
static bool isSupported(IOStream *stream)
TAGLIB_DEPRECATED void remove(int tags=AllTags)
File(IOStream *stream, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
An implementation of audio property reading for MPC.
Definition: mpcproperties.h:48
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:114
A list of strings.
Definition: tstringlist.h:46
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