21#ifndef TAGLIB_EBMLDEFERREDBINARYELEMENT_H
22#define TAGLIB_EBMLDEFERREDBINARYELEMENT_H
23#ifndef DO_NOT_DOCUMENT
42 class DeferredBinaryElement :
public BinaryElement
45 DeferredBinaryElement(Id
id,
int sizeLength, offset_t dataSize);
46 DeferredBinaryElement(Id
id,
int sizeLength, offset_t dataSize, offset_t);
47 explicit DeferredBinaryElement(Id
id);
52 bool read(File &file)
override;
58 bool isDeferred()
const;
68 bool deferred =
false;
A file class with some useful methods for tag manipulation.
Definition tfile.h:51
Definition matroskaattachedfile.h:33
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
off_t offset_t
Definition taglib.h:64