|
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:95
A list of strings.
Definition: tstringlist.h:67
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:108
An implementation of TagLib::File with FLAC specific methods.
Definition: flacfile.h:88
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:157
@ Average
Read more of the file and make better values guesses.
Definition: audioproperties.h:120
A generic, implicitly shared list.
Definition: tlist.h:75
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:130
const char * FileName
Definition: tiostream.h:78
A byte vector.
Definition: tbytevector.h:67
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
The main class in the ID3v1 implementation.
Definition: id3v1tag.h:127
Definition: flacpicture.h:82
A file class with some useful methods for tag manipulation.
Definition: tfile.h:72
An implementation of audio property reading for FLAC.
Definition: flacproperties.h:88
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:84