|
TagLib 1.11.1 (wavfile.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_WAVFILE_H
27 #define TAGLIB_WAVFILE_H
90 File(IOStream *stream,
bool readProperties =
true,
104 ID3v2::Tag *tag()
const;
135 void strip(
TagTypes tags = AllTags);
143 void removeUnsupportedProperties(
const StringList &properties);
162 bool save(
TagTypes tags,
bool stripOthers =
true,
int id3v2Version = 4);
169 bool hasID3v2Tag()
const;
176 bool hasInfoTag()
const;
182 void read(
bool readProperties);
183 void removeTagChunks(
TagTypes tags);
ReadStyle
Definition: audioproperties.h:91
A list of strings.
Definition: tstringlist.h:62
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:154
Read more of the file and make better values guesses.
Definition: audioproperties.h:114
A map for format-independent <key,valuelist> tag representations.
Definition: tpropertymap.h:127
const typedef char * FileName
Definition: tiostream.h:74
An implementation of TagLib::File with WAV specific methods.
Definition: wavfile.h:115
An RIFF file class with some useful methods specific to RIFF.
Definition: rifffile.h:82
An implementation of audio property reading for WAV.
Definition: wavproperties.h:66
#define TAGLIB_EXPORT
Definition: taglib_export.h:38
TagTypes
Definition: wavfile.h:137
The main class in the ID3v2 implementation.
Definition: infotag.h:105