21 #ifndef TAGLIB_EBMLVOIDELEMENT_H 22 #define TAGLIB_EBMLVOIDELEMENT_H 23 #ifndef DO_NOT_DOCUMENT 31 inline constexpr
offset_t MIN_VOID_ELEMENT_SIZE = 2;
32 class VoidElement :
public Element
35 VoidElement(
int sizeLength,
offset_t dataSize);
39 ByteVector render()
override;
42 static ByteVector renderSize(
offset_t targetSize);
45 offset_t targetSize = MIN_VOID_ELEMENT_SIZE;
off_t offset_t
Definition: taglib.h:64
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41