26#ifndef TAGLIB_OGGFLACFILE_H
27#define TAGLIB_OGGFLACFILE_H
164 std::unique_ptr<FilePrivate> d;
ReadStyle
Definition audioproperties.h:56
@ Average
Read more of the file and make better values guesses.
Definition audioproperties.h:60
A byte vector.
Definition tbytevector.h:46
An implementation of audio property reading for FLAC.
Definition flacproperties.h:45
An abstract class that provides operations on a sequence of bytes.
Definition tiostream.h:65
bool hasXiphComment() const
File(const File &)=delete
File & operator=(const File &)=delete
PropertyMap setProperties(const PropertyMap &) override
XiphComment * tag() const override
Properties * audioProperties() const override
PropertyMap properties() const override
File(FileName file, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
File(IOStream *stream, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average)
static bool isSupported(IOStream *stream)
An implementation of TagLib::File with some helpers for Ogg based formats.
Definition oggfile.h:51
A map for format-independent <key,values> tag representations.
Definition tpropertymap.h:123
A simple, generic interface to common audio metadata fields.
Definition tag.h:49
An implementation of Ogg FLAC metadata.
Definition oggflacfile.h:49
A namespace for the classes used by Ogg-based metadata files.
Definition flacfile.h:41
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
const char * FileName
Definition tiostream.h:59
off_t offset_t
Definition taglib.h:64
#define TAGLIB_EXPORT
Definition taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition taglib_export.h:55