|
TagLib 1.11.1 (flacfile.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_FLACFILE_H
27 #define TAGLIB_FLACFILE_H
40 namespace ID3v2 {
class FrameFactory;
class Tag; }
41 namespace ID3v1 {
class Tag; }
42 namespace Ogg {
class XiphComment; }
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);
ReadStyle
Definition: audioproperties.h:91
A list of strings.
Definition: tstringlist.h:62
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:103
An implementation of TagLib::File with FLAC specific methods.
Definition: flacfile.h:85
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:154
Read more of the file and make better values guesses.
Definition: audioproperties.h:114
A generic, implicitly shared list.
Definition: tlist.h:70
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:127
const typedef char * FileName
Definition: tiostream.h:74
A byte vector.
Definition: tbytevector.h:64
#define TAGLIB_EXPORT
Definition: taglib_export.h:38
The main class in the ID3v1 implementation.
Definition: id3v1tag.h:122
Definition: flacpicture.h:75
A file class with some useful methods for tag manipulation.
Definition: tfile.h:67
An implementation of audio property reading for FLAC.
Definition: flacproperties.h:81
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:79