39 class AudioProperties;
79 virtual Tag *tag()
const = 0;
99 void removeUnsupportedProperties(
const StringList& properties);
128 virtual bool save() = 0;
194 void removeBlock(
ulong start = 0,
ulong length = 0);
199 bool readOnly()
const;
210 bool isValid()
const;
218 void seek(
long offset, Position p = Beginning);
241 static bool isReadable(
const char *file);
248 static bool isWritable(
const char *name);
276 void setValid(
bool valid);
281 void truncate(
long length);
286 static uint bufferSize();
static ByteVector null
Definition: tbytevector.h:397
unsigned int uint
Definition: taglib.h:81
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:45
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
Position
Definition: tfile.h:56
Seek from the beginning of the file.
Definition: tfile.h:58
A byte vector.
Definition: tbytevector.h:45
unsigned long ulong
Definition: taglib.h:82
A list of strings.
Definition: tstringlist.h:45
#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:42
const char * FileName
Definition: tiostream.h:48