39 class AudioProperties;
323 std::unique_ptr<FilePrivate> d;
A simple, abstract interface to common audio properties.
Definition audioproperties.h:46
A byte vector.
Definition tbytevector.h:46
A file class with some useful methods for tag manipulation.
Definition tfile.h:51
offset_t rfind(const ByteVector &pattern, offset_t fromOffset=0, const ByteVector &before=ByteVector())
StripTags
Definition tfile.h:68
@ StripNone
Don't strip any tags.
Definition tfile.h:69
void writeBlock(const ByteVector &data)
virtual PropertyMap setProperties(const PropertyMap &properties)
virtual PropertyMap properties() const
virtual List< VariantMap > complexProperties(const String &key) const
virtual AudioProperties * audioProperties() const =0
void insert(const ByteVector &data, offset_t start=0, size_t replace=0)
virtual bool setComplexProperties(const String &key, const List< VariantMap > &value)
virtual StringList complexPropertyKeys() const
void truncate(offset_t length)
void removeBlock(offset_t start=0, size_t length=0)
Position
Definition tfile.h:56
@ Current
Seek from the current position in the file.
Definition tfile.h:60
@ Beginning
Seek from the beginning of the file.
Definition tfile.h:58
File & operator=(const File &)=delete
void setValid(bool valid)
DuplicateTags
Definition tfile.h:77
@ Duplicate
Synchronize values between different tag types.
Definition tfile.h:78
void seek(offset_t offset, Position p=Beginning)
offset_t find(const ByteVector &pattern, offset_t fromOffset=0, const ByteVector &before=ByteVector())
ByteVector readBlock(size_t length)
File(const File &)=delete
virtual void removeUnsupportedProperties(const StringList &properties)
static unsigned int bufferSize()
virtual Tag * tag() const =0
An abstract class that provides operations on a sequence of bytes.
Definition tiostream.h:65
A generic, implicitly shared list.
Definition tlist.h:54
A map for format-independent <key,values> tag representations.
Definition tpropertymap.h:123
A list of strings.
Definition tstringlist.h:44
A wide string class suitable for unicode.
Definition tstring.h:83
A simple, generic interface to common audio metadata fields.
Definition tag.h:49
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
const char * FileName
Definition tiostream.h:59
#define TAGLIB_EXPORT
Definition taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition taglib_export.h:55