26 #ifndef TAGLIB_FLACFILE_H
27 #define TAGLIB_FLACFILE_H
41 namespace ID3v1 {
class Tag; }
90 bool readProperties =
true,
106 bool readProperties =
true,
132 void removeUnsupportedProperties(
const StringList &);
231 void removePicture(
Picture *picture,
bool del =
true);
236 void removePictures();
244 void addPicture(
Picture *picture);
255 long findPaddingBreak(
long nextPageOffset,
long targetOffset,
bool *isLast);
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:104
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:53
A file class with some useful methods for tag manipulation.
Definition: tfile.h:50
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:48