30#ifndef TAGLIB_TRUEAUDIOFILE_H
31#define TAGLIB_TRUEAUDIOFILE_H
40 namespace ID3v2 {
class Tag;
class FrameFactory; }
41 namespace ID3v1 {
class Tag; }
100 bool readProperties =
true,
128 bool readProperties =
true,
251 void read(
bool readProperties);
ReadStyle
Definition: audioproperties.h:53
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
An implementation of TagLib::File with TrueAudio specific methods.
Definition: trueaudiofile.h:64
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
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:51
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