79 virtual Tag *tag()
const = 0;
101 void removeUnsupportedProperties(
const StringList& properties);
136 virtual bool save() = 0;
193 void insert(
const ByteVector &data,
unsigned long start = 0,
unsigned long replace = 0);
202 void removeBlock(
unsigned long start = 0,
unsigned long length = 0);
207 bool readOnly()
const;
218 bool isValid()
const;
226 void seek(
long offset,
Position p = Beginning);
249 static bool isReadable(
const char *file);
256 static bool isWritable(
const char *name);
284 void setValid(
bool valid);
289 void truncate(
long length);
294 static unsigned int bufferSize();
A list of strings.
Definition: tstringlist.h:45
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:62
Position
Position in the file used for seeking.
Definition: tfile.h:56
A file class with some useful methods for tag manipulation.
Definition: tfile.h:50
A byte vector.
Definition: tbytevector.h:45
Seek from the beginning of the file.
Definition: tfile.h:58
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A namespace for all TagLib related classes and functions.
Definition: aifffile.h:33
const char * FileName
Definition: tiostream.h:57
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:42
Seek from the current position in the file.
Definition: tfile.h:60
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:108
TagLib::Vorbis::File File
Definition: vorbisfile.h:147
TagLib::AudioProperties AudioProperties
Definition: vorbisproperties.h:155