26#ifndef TAGLIB_AIFFFILE_H
27#define TAGLIB_AIFFFILE_H
146 void read(
bool readProperties);
ReadStyle
Definition audioproperties.h:53
@ Average
Read more of the file and make better values guesses.
Definition audioproperties.h:57
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:119
friend class Properties
Definition aifffile.h:148
virtual ID3v2::Tag * tag() const
File(IOStream *stream, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
void removeUnsupportedProperties(const StringList &properties)
static bool isSupported(IOStream *stream)
File(FileName file, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
virtual Properties * audioProperties() const
bool save(ID3v2::Version version)
PropertyMap setProperties(const PropertyMap &)
PropertyMap properties() const
An RIFF file class with some useful methods specific to RIFF.
Definition rifffile.h:47
A list of strings.
Definition tstringlist.h:46
Version
Definition id3v2.h:17
An implementation of AIFF metadata.
Definition aifffile.h:46
An implementation of TagLib::File with RIFF specific methods.
Definition aifffile.h:35
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
const char * FileName
Definition tiostream.h:57
#define TAGLIB_EXPORT
Definition taglib_export.h:40