|
TagLib 1.12 (wavfile.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_WAVFILE_H
27 #define TAGLIB_WAVFILE_H
78 File(
FileName file,
bool readProperties =
true,
90 File(IOStream *stream,
bool readProperties =
true,
104 ID3v2::Tag *tag()
const;
115 ID3v2::Tag *ID3v2Tag()
const;
126 Info::Tag *InfoTag()
const;
135 void strip(TagTypes tags = AllTags);
141 PropertyMap properties()
const;
143 void removeUnsupportedProperties(
const StringList &properties);
149 PropertyMap setProperties(
const PropertyMap &);
155 virtual Properties *audioProperties()
const;
165 TAGLIB_DEPRECATED bool save(TagTypes tags,
bool stripOthers,
int id3v2Version = 4);
173 bool save(TagTypes tags, StripTags strip = StripOthers,
181 bool hasID3v2Tag()
const;
188 bool hasInfoTag()
const;
197 static bool isSupported(
IOStream *stream);
203 void read(
bool readProperties);
204 void removeTagChunks(
TagTypes tags);
ReadStyle
Definition: audioproperties.h:95
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
@ Average
Read more of the file and make better values guesses.
Definition: audioproperties.h:120
#define TAGLIB_DEPRECATED
Definition: taglib.h:54
@ v4
Definition: id3v2.h:19
const typedef char * FileName
Definition: tiostream.h:78
An implementation of TagLib::File with WAV specific methods.
Definition: wavfile.h:121
An RIFF file class with some useful methods specific to RIFF.
Definition: rifffile.h:88
An implementation of audio property reading for WAV.
Definition: wavproperties.h:70
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
TagTypes
Definition: wavfile.h:145
Version
Definition: id3v2.h:17
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:83