26 #ifndef TAGLIB_WAVFILE_H 27 #define TAGLIB_WAVFILE_H 107 File &operator=(
const File &) =
delete;
144 void strip(TagTypes tags = AllTags);
152 void removeUnsupportedProperties(
const StringList &unsupported)
override;
169 bool save()
override;
177 bool save(TagTypes tags, StripTags strip = StripOthers,
185 bool hasID3v2Tag()
const;
192 bool hasInfoTag()
const;
201 static bool isSupported(
IOStream *stream);
204 void read(
bool readProperties);
205 void removeTagChunks(TagTypes tags);
211 std::unique_ptr<FilePrivate> d;
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
Read more of the file and make better values guesses.
Definition: audioproperties.h:60
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:67
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 WAV.
Definition: wavproperties.h:48
An implementation of TagLib::File with WAV specific methods.
Definition: wavfile.h:58
ID3v2.4.
Definition: id3v2.h:29
A list of strings.
Definition: tstringlist.h:43
ReadStyle
Definition: audioproperties.h:56
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
TagTypes
Definition: wavfile.h:61
Version
Definition: id3v2.h:27
A RIFF file class with some useful methods specific to RIFF.
Definition: rifffile.h:46
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:133
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
The main class in the INFO tag implementation.
Definition: infotag.h:95