26 #ifndef TAGLIB_FLACFILE_H 27 #define TAGLIB_FLACFILE_H 40 namespace ID3v1 {
class Tag; }
111 bool readProperties =
true,
146 bool readProperties =
true,
155 File &operator=(
const File &) =
delete;
175 void removeUnsupportedProperties(
const StringList &)
override;
189 StringList complexPropertyKeys()
const override;
216 bool save()
override;
284 void removePicture(
Picture *picture,
bool del =
true);
289 void removePictures();
297 void addPicture(
Picture *picture);
312 void strip(
int tags = AllTags);
319 bool hasXiphComment()
const;
326 bool hasID3v1Tag()
const;
333 bool hasID3v2Tag()
const;
342 static bool isSupported(
IOStream *stream);
345 void read(
bool readProperties);
350 std::unique_ptr<FilePrivate> d;
A generic, implicitly shared list.
Definition: tlist.h:53
An implementation of TagLib::File with FLAC specific methods.
Definition: flacfile.h:65
A map for format-independent <key,values> tag representations.
Definition: tpropertymap.h:122
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:64
A simple, generic interface to common audio metadata fields.
Definition: tag.h:48
A file class with some useful methods for tag manipulation.
Definition: tfile.h:50
A wide string class suitable for unicode.
Definition: tstring.h:82
TagTypes
Definition: flacfile.h:72
Read more of the file and make better values guesses.
Definition: audioproperties.h:60
The main class in the ID3v1 implementation.
Definition: id3v1tag.h:114
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:67
const char * FileName
Definition: tiostream.h:59
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
#define TAGLIB_DEPRECATED
Definition: taglib.h:39
A list of strings.
Definition: tstringlist.h:43
An implementation of audio property reading for FLAC.
Definition: flacproperties.h:44
ReadStyle
Definition: audioproperties.h:56
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
FLAC picture.
Definition: flacpicture.h:39
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:133
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41