|
TagLib 1.11.1 (tfile.h Source File) |
|
|
Go to the documentation of this file.
39 class AudioProperties;
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:62
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:127
Position
Definition: tfile.h:73
const typedef char * FileName
Definition: tiostream.h:74
A byte vector.
Definition: tbytevector.h:64
#define TAGLIB_EXPORT
Definition: taglib_export.h:38
A file class with some useful methods for tag manipulation.
Definition: tfile.h:67
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:61
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:79