21#ifndef TAGLIB_EBMLBINARYELEMENT_H
22#define TAGLIB_EBMLBINARYELEMENT_H
23#ifndef DO_NOT_DOCUMENT
32 class BinaryElement :
public Element
35 BinaryElement(Id
id,
int sizeLength, offset_t dataSize);
36 BinaryElement(Id
id,
int sizeLength, offset_t dataSize, offset_t);
37 explicit BinaryElement(Id
id);
39 const ByteVector &getValue()
const;
40 void setValue(
const ByteVector &val);
41 bool read(File &file)
override;
42 ByteVector render()
override;
A file class with some useful methods for tag manipulation.
Definition tfile.h:51
Definition matroskaattachments.h:32
A namespace for all TagLib related classes and functions.
Definition apefile.h:41