30#ifndef TAGLIB_TRUEAUDIOFILE_H
31#define TAGLIB_TRUEAUDIOFILE_H
100 bool readProperties =
true,
128 bool readProperties =
true,
251 void read(
bool readProperties);
ReadStyle
Definition audioproperties.h:53
@ Average
Read more of the file and make better values guesses.
Definition audioproperties.h:57
A file class with some useful methods for tag manipulation.
Definition tfile.h:51
The main class in the ID3v1 implementation.
Definition id3v1tag.h:106
A factory for creating ID3v2 frames during parsing.
Definition id3v2framefactory.h:66
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
A list of strings.
Definition tstringlist.h:46
static bool isSupported(IOStream *stream)
File(IOStream *stream, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
File(IOStream *stream, ID3v2::FrameFactory *frameFactory, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
PropertyMap setProperties(const PropertyMap &)
void strip(int tags=AllTags)
PropertyMap properties() const
ID3v1::Tag * ID3v1Tag(bool create=false)
File(FileName file, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
virtual TagLib::Tag * tag() const
TAGLIB_DEPRECATED void setID3v2FrameFactory(const ID3v2::FrameFactory *factory)
void removeUnsupportedProperties(const StringList &properties)
TagTypes
Definition trueaudiofile.h:70
@ AllTags
Matches all tag types.
Definition trueaudiofile.h:78
@ ID3v2
Matches ID3v2 tags.
Definition trueaudiofile.h:76
@ ID3v1
Matches ID3v1 tags.
Definition trueaudiofile.h:74
@ NoTags
Empty set. Matches no tag types.
Definition trueaudiofile.h:72
File(FileName file, ID3v2::FrameFactory *frameFactory, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
ID3v2::Tag * ID3v2Tag(bool create=false)
virtual Properties * audioProperties() const
An implementation of audio property reading for TrueAudio.
Definition trueaudioproperties.h:49
An ID3v1 implementation.
Definition apefile.h:45
An ID3v2 implementation.
Definition flacfile.h:40
An implementation of TrueAudio metadata.
Definition trueaudiofile.h:52
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