26#ifndef TAGLIB_DSDIFFFILE_H
27#define TAGLIB_DSDIFFFILE_H
233 void removeRootChunk(
unsigned int i);
234 void removeChildChunk(
const ByteVector &
id,
unsigned int childChunkNum);
235 void removeChildChunk(
unsigned int i,
unsigned int childChunkNum);
242 void setRootChunkData(
unsigned int i,
const ByteVector &data);
261 void setChildChunkData(
unsigned int i,
const ByteVector &data,
262 unsigned int childChunkNum);
274 unsigned int childChunkNum);
276 void updateRootChunksStructure(
unsigned int startingChunk);
280 unsigned long long offset,
unsigned long replace = 0,
281 unsigned int leadingPadding = 0);
285 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
Definition: dsdiffdiintag.h:43
An implementation of TagLib::File with DSDIFF specific methods.
Definition: dsdifffile.h:63
void strip(int tags=AllTags)
bool save(int tags, StripTags strip=StripOthers, ID3v2::Version version=ID3v2::v4)
Properties * audioProperties() const override
File(FileName file, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average, ID3v2::FrameFactory *frameFactory=nullptr)
static bool isSupported(IOStream *stream)
Tag * tag() const override
void removeUnsupportedProperties(const StringList &properties) override
File(IOStream *stream, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average, ID3v2::FrameFactory *frameFactory=nullptr)
ID3v2::Tag * ID3v2Tag(bool create=false) const
PropertyMap properties() const override
TagTypes
Definition: dsdifffile.h:70
PropertyMap setProperties(const PropertyMap &) override
Endianness
Definition: dsdifffile.h:229
@ BigEndian
Definition: dsdifffile.h:229
DSDIFF::DIIN::Tag * DIINTag(bool create=false) const
An implementation of audio property reading for DSDIFF.
Definition: dsdiffproperties.h:45
A file class with some useful methods for tag manipulation.
Definition: tfile.h:51
StripTags
Definition: tfile.h:68
A factory for creating ID3v2 frames during parsing.
Definition: id3v2framefactory.h:68
The main class in the ID3v2 implementation.
Definition: id3v2tag.h:134
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:65
A map for format-independent <key,values> tag representations.
Definition: tpropertymap.h:123
A list of strings.
Definition: tstringlist.h:44
A simple, generic interface to common audio metadata fields.
Definition: tag.h:49
Version
Definition: id3v2.h:27
@ v4
ID3v2.4.
Definition: id3v2.h:29
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
const char * FileName
Definition: tiostream.h:59
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
#define TAGLIB_MSVC_SUPPRESS_WARNING_NEEDS_TO_HAVE_DLL_INTERFACE
Definition: taglib_export.h:55