26 #ifndef TAGLIB_FLACFILE_H 27 #define TAGLIB_FLACFILE_H 41 namespace ID3v1 {
class Tag; }
109 bool readProperties =
true,
126 bool readProperties =
true,
152 void removeUnsupportedProperties(
const StringList &);
270 void removePicture(
Picture *picture,
bool del =
true);
275 void removePictures();
283 void addPicture(
Picture *picture);
298 void strip(
int tags = AllTags);
305 bool hasXiphComment()
const;
312 bool hasID3v1Tag()
const;
319 bool hasID3v2Tag()
const;
325 void read(
bool readProperties);
A generic, implicitly shared list.
Definition: tlist.h:53
An implementation of TagLib::File with FLAC specific methods.
Definition: flacfile.h:66
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:108
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:62
A file class with some useful methods for tag manipulation.
Definition: tfile.h:50
TagTypes
Definition: flacfile.h:73
Read more of the file and make better values guesses.
Definition: audioproperties.h:57
The main class in the ID3v1 implementation.
Definition: id3v1tag.h:105
A byte vector.
Definition: tbytevector.h:45
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:65
A list of strings.
Definition: tstringlist.h:45
An implementation of audio property reading for FLAC.
Definition: flacproperties.h:45
ReadStyle
Definition: audioproperties.h:53
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
Definition: flacpicture.h:39
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:135
const char * FileName
Definition: tiostream.h:57
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41