21 #ifndef TAGLIB_MATROSKAFILE_H 22 #define TAGLIB_MATROSKAFILE_H 59 explicit File(
IOStream *stream,
bool readProperties =
true,
68 File &operator=(
const File &) =
delete;
92 Tag *tag(
bool create)
const;
99 void removeUnsupportedProperties(
const StringList &properties)
override;
111 StringList complexPropertyKeys()
const override;
146 bool save()
override;
156 Attachments *attachments(
bool create =
false)
const;
166 Chapters *chapters(
bool create =
false)
const;
175 static bool isSupported(
IOStream *stream);
182 std::unique_ptr<FilePrivate> d;
A generic, implicitly shared list.
Definition: tlist.h:53
A map for format-independent <key,values> tag representations.
Definition: tpropertymap.h:122
An implementation of Matroska audio properties.
Definition: matroskaproperties.h:41
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:64
A simple, generic interface to common audio metadata fields.
Definition: tag.h:48
A file class with some useful methods for tag manipulation.
Definition: tfile.h:50
A wide string class suitable for unicode.
Definition: tstring.h:82
Collection of attached files.
Definition: matroskaattachments.h:41
Read more of the file and make better values guesses.
Definition: audioproperties.h:60
Matroska tag implementation.
Definition: matroskatag.h:43
const char * FileName
Definition: tiostream.h:59
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
A list of strings.
Definition: tstringlist.h:43
ReadStyle
Definition: audioproperties.h:56
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
Collection of chapter editions.
Definition: matroskachapters.h:46
An implementation of Matroska metadata.
Definition: matroskaattachedfile.h:32
An implementation of TagLib::File with Matroska specific methods.
Definition: matroskafile.h:39