39 class AudioProperties;
88 File &operator=(
const File &) =
delete;
99 virtual Tag *tag()
const = 0;
119 virtual void removeUnsupportedProperties(
const StringList& properties);
142 virtual StringList complexPropertyKeys()
const;
175 virtual bool save() = 0;
241 void removeBlock(
offset_t start = 0,
size_t length = 0);
246 bool readOnly()
const;
257 bool isValid()
const;
265 void seek(
offset_t offset, Position p = Beginning);
308 void setValid(
bool valid);
318 static unsigned int bufferSize();
323 std::unique_ptr<FilePrivate> d;
A generic, implicitly shared list.
Definition: tlist.h:53
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
Position
Definition: tfile.h:56
Seek from the beginning of the file.
Definition: tfile.h:58
A wide string class suitable for unicode.
Definition: tstring.h:82
Synchronize values between different tag types.
Definition: tfile.h:78
A byte vector.
Definition: tbytevector.h:45
Don't strip any tags.
Definition: tfile.h:69
const char * FileName
Definition: tiostream.h:59
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
A list of strings.
Definition: tstringlist.h:43
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
Seek from the current position in the file.
Definition: tfile.h:60
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:45
StripTags
Definition: tfile.h:68
DuplicateTags
Definition: tfile.h:77
off_t offset_t
Definition: taglib.h:64
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41