26 #ifndef TAGLIB_FILEREF_H 27 #define TAGLIB_FILEREF_H 92 bool readAudioProperties =
true,
96 class FileTypeResolverPrivate;
98 std::unique_ptr<FileTypeResolverPrivate> d;
163 bool readAudioProperties =
true,
167 class StreamTypeResolverPrivate;
169 std::unique_ptr<StreamTypeResolverPrivate> d;
187 bool readAudioProperties =
true,
204 bool readAudioProperties =
true,
255 void removeUnsupportedProperties(
const StringList& properties);
360 static void clearFileTypeResolvers();
393 void swap(
FileRef &ref) noexcept;
398 bool operator==(
const FileRef &ref)
const;
404 bool operator!=(
const FileRef &ref)
const;
410 class FileRefPrivate;
412 std::shared_ptr<FileRefPrivate> d;
A generic, implicitly shared list.
Definition: tlist.h:53
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
A simple, generic interface to common audio metadata fields.
Definition: tag.h:48
A class for pluggable file type resolution.
Definition: fileref.h:70
A file class with some useful methods for tag manipulation.
Definition: tfile.h:50
A class for pluggable stream type resolution.
Definition: fileref.h:139
A wide string class suitable for unicode.
Definition: tstring.h:82
This class provides a simple abstraction for creating and handling files.
Definition: fileref.h:59
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
A list of strings.
Definition: tstringlist.h:43
ReadStyle
Definition: audioproperties.h:56
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
A simple, abstract interface to common audio properties.
Definition: audioproperties.h:45
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41