|
TagLib 1.12 (tfile.h Source File) |
|
|
Go to the documentation of this file.
39 class AudioProperties;
96 virtual Tag *tag()
const = 0;
118 void removeUnsupportedProperties(
const StringList& properties);
153 virtual bool save() = 0;
210 void insert(
const ByteVector &data,
unsigned long start = 0,
unsigned long replace = 0);
219 void removeBlock(
unsigned long start = 0,
unsigned long length = 0);
224 bool readOnly()
const;
235 bool isValid()
const;
243 void seek(
long offset,
Position p = Beginning);
301 void setValid(
bool valid);
306 void truncate(
long length);
311 static unsigned int bufferSize();
A list of strings.
Definition: tstringlist.h:66
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#define TAGLIB_DEPRECATED
Definition: taglib.h:54
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:134
Position
Definition: tfile.h:77
const typedef char * FileName
Definition: tiostream.h:78
A byte vector.
Definition: tbytevector.h:66
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A file class with some useful methods for tag manipulation.
Definition: tfile.h:71
DuplicateTags
Definition: tfile.h:98
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:63
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:83