26#ifndef TAGLIB_FLACFILE_H
27#define TAGLIB_FLACFILE_H
41 namespace ID3v1 {
class Tag; }
109 bool readProperties =
true,
126 bool readProperties =
true,
334 void read(
bool readProperties);
ReadStyle
Definition audioproperties.h:53
A byte vector.
Definition tbytevector.h:46
An implementation of TagLib::File with FLAC specific methods.
Definition flacfile.h:67
static bool isSupported(IOStream *stream)
File(IOStream *stream, ID3v2::FrameFactory *frameFactory, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
TAGLIB_DEPRECATED void setID3v2FrameFactory(const ID3v2::FrameFactory *factory)
TAGLIB_DEPRECATED long streamLength()
File(FileName file, ID3v2::FrameFactory *frameFactory, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
File(FileName file, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
List< Picture * > pictureList()
ID3v1::Tag * ID3v1Tag(bool create=false)
void addPicture(Picture *picture)
PropertyMap setProperties(const PropertyMap &)
virtual TagLib::Tag * tag() const
bool hasXiphComment() const
Ogg::XiphComment * xiphComment(bool create=false)
PropertyMap properties() const
virtual Properties * audioProperties() const
void removePicture(Picture *picture, bool del=true)
TagTypes
Definition flacfile.h:73
void strip(int tags=AllTags)
ID3v2::Tag * ID3v2Tag(bool create=false)
TAGLIB_DEPRECATED ByteVector streamInfoData()
void removeUnsupportedProperties(const StringList &)
Definition flacpicture.h:40
An implementation of audio property reading for FLAC.
Definition flacproperties.h:46
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 generic, implicitly shared list.
Definition tlist.h:54
A map for format-independent <key,valuelist> tag representations.
Definition tpropertymap.h:114
A list of strings.
Definition tstringlist.h:46
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