|
TagLib 1.12 (aifffile.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_AIFFFILE_H
27 #define TAGLIB_AIFFFILE_H
66 File(
FileName file,
bool readProperties =
true,
78 File(IOStream *stream,
bool readProperties =
true,
95 virtual ID3v2::Tag *tag()
const;
101 PropertyMap properties()
const;
103 void removeUnsupportedProperties(
const StringList &properties);
109 PropertyMap setProperties(
const PropertyMap &);
115 virtual Properties *audioProperties()
const;
132 bool hasID3v2Tag()
const;
140 static bool isSupported(
IOStream *stream);
146 void read(
bool readProperties);
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
An implementation of TagLib::File with AIFF specific methods.
Definition: aifffile.h:120
const typedef char * FileName
Definition: tiostream.h:78
An RIFF file class with some useful methods specific to RIFF.
Definition: rifffile.h:88
An implementation of audio property reading for AIFF.
Definition: aiffproperties.h:109
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
Version
Definition: id3v2.h:17
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:83