26 #ifndef TAGLIB_VORBISFILE_H 27 #define TAGLIB_VORBISFILE_H 93 File &operator=(
const File &) =
delete;
126 bool save()
override;
134 static bool isSupported(
IOStream *stream);
137 void read(
bool readProperties);
141 std::unique_ptr<FilePrivate> d;
158 using File = TagLib::Vorbis::File;
A map for format-independent <key,values> tag representations.
Definition: tpropertymap.h:122
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:64
An implementation of Ogg::File with Vorbis specific methods.
Definition: vorbisfile.h:63
A file class with some useful methods for tag manipulation.
Definition: tfile.h:50
Read more of the file and make better values guesses.
Definition: audioproperties.h:60
const char * FileName
Definition: tiostream.h:59
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55
An implementation of audio property reading for Ogg Vorbis.
Definition: vorbisproperties.h:58
ReadStyle
Definition: audioproperties.h:56
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
An implementation of TagLib::File with some helpers for Ogg based formats.
Definition: oggfile.h:50
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41