|
TagLib 1.11.1 (tfile.h Source File) |
|
|
|
Go to the documentation of this file.
39 class AudioProperties;
202 void removeBlock(
unsigned long start = 0,
unsigned long length = 0);
A list of strings.
Definition: tstringlist.h:46
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
long find(const ByteVector &pattern, long fromOffset=0, const ByteVector &before=ByteVector())
void writeBlock(const ByteVector &data)
PropertyMap properties() const
virtual AudioProperties * audioProperties() const =0
ByteVector readBlock(unsigned long length)
void truncate(long length)
void seek(long offset, Position p=Beginning)
virtual Tag * tag() const =0
void removeBlock(unsigned long start=0, unsigned long length=0)
void setValid(bool valid)
static bool isReadable(const char *file)
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:109
void removeUnsupportedProperties(const StringList &properties)
@ Current
Seek from the current position in the file.
Definition: tfile.h:60
const char * FileName
Definition: tiostream.h:57
static unsigned int bufferSize()
long rfind(const ByteVector &pattern, long fromOffset=0, const ByteVector &before=ByteVector())
Position
Definition: tfile.h:56
static bool isWritable(const char *name)
A byte vector.
Definition: tbytevector.h:46
@ Beginning
Seek from the beginning of the file.
Definition: tfile.h:58
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A file class with some useful methods for tag manipulation.
Definition: tfile.h:51
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:43
void insert(const ByteVector &data, unsigned long start=0, unsigned long replace=0)
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:63
PropertyMap setProperties(const PropertyMap &properties)