26#ifndef TAGLIB_S3MFILE_H
27#define TAGLIB_S3MFILE_H
119 void read(
bool readProperties);
123 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 abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:65
Base class for module files.
Definition: modfilebase.h:38
A module file tag implementation.
Definition: modtag.h:49
A map for format-independent <key,values> tag representations.
Definition: tpropertymap.h:123
An implementation of TagLib::File with S3M specific methods.
Definition: s3mfile.h:55
File(const File &)=delete
S3M::Properties * audioProperties() const override
File & operator=(const File &)=delete
PropertyMap properties() const override
PropertyMap setProperties(const PropertyMap &) override
Mod::Tag * tag() const override
File(IOStream *stream, bool readProperties=true, AudioProperties::ReadStyle propertiesStyle=AudioProperties::Average)
File(FileName file, bool readProperties=true, AudioProperties::ReadStyle propertiesStyle=AudioProperties::Average)
An implementation of audio property reading for S3M.
Definition: s3mproperties.h:34
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