26 #ifndef TAGLIB_WAVFILE_H
27 #define TAGLIB_WAVFILE_H
203 void read(
bool readProperties);
204 void removeTagChunks(
TagTypes tags);
ReadStyle
Definition: audioproperties.h:53
@ Average
Read more of the file and make better values guesses.
Definition: audioproperties.h:57
StripTags
Definition: tfile.h:68
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:128
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:63
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:114
An RIFF file class with some useful methods specific to RIFF.
Definition: rifffile.h:47
The main class in the ID3v2 implementation.
Definition: infotag.h:89
An implementation of TagLib::File with WAV specific methods.
Definition: wavfile.h:59
TAGLIB_DEPRECATED bool save(TagTypes tags, bool stripOthers, int id3v2Version=4)
virtual Properties * audioProperties() const
void removeUnsupportedProperties(const StringList &properties)
void strip(TagTypes tags=AllTags)
PropertyMap setProperties(const PropertyMap &)
File(IOStream *stream, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
File(FileName file, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
static bool isSupported(IOStream *stream)
TagTypes
Definition: wavfile.h:61
Info::Tag * InfoTag() const
PropertyMap properties() const
bool save(TagTypes tags, StripTags strip=StripOthers, ID3v2::Version version=ID3v2::v4)
ID3v2::Tag * ID3v2Tag() const
An implementation of audio property reading for WAV.
Definition: wavproperties.h:50
A list of strings.
Definition: tstringlist.h:46
Version
Definition: id3v2.h:17
@ v4
Definition: id3v2.h:19
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
const char * FileName
Definition: tiostream.h:57
#define TAGLIB_DEPRECATED
Definition: taglib.h:54
#define TAGLIB_EXPORT
Definition: taglib_export.h:40