26#ifndef TAGLIB_DSFFILE_H
27#define TAGLIB_DSFFILE_H
151 std::unique_ptr<FilePrivate> d;
ReadStyle
Definition: audioproperties.h:56
@ Average
Read more of the file and make better values guesses.
Definition: audioproperties.h:60
An implementation of TagLib::File with DSF specific methods.
Definition: dsffile.h:60
Properties * audioProperties() const override
File(FileName file, bool readProperties=true, AudioProperties::ReadStyle propertiesStyle=AudioProperties::Average, ID3v2::FrameFactory *frameFactory=nullptr)
bool save(ID3v2::Version version)
static bool isSupported(IOStream *stream)
ID3v2::Tag * tag() const override
PropertyMap properties() const override
PropertyMap setProperties(const PropertyMap &) override
File(IOStream *stream, bool readProperties=true, AudioProperties::ReadStyle propertiesStyle=AudioProperties::Average, ID3v2::FrameFactory *frameFactory=nullptr)
An implementation of audio properties for DSF.
Definition: dsfproperties.h:38
A file class with some useful methods for tag manipulation.
Definition: tfile.h:51
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:68
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:134
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:65
A map for format-independent <key,values> tag representations.
Definition: tpropertymap.h:123
Version
Definition: id3v2.h:27
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