21#ifndef TAGLIB_EBMLUINTELEMENT_H
22#define TAGLIB_EBMLUINTELEMENT_H
23#ifndef DO_NOT_DOCUMENT
31 class UIntElement :
public Element
34 UIntElement(Id
id,
int sizeLength, offset_t dataSize);
35 UIntElement(Id
id,
int sizeLength, offset_t dataSize, offset_t);
36 explicit UIntElement(Id
id);
38 unsigned long long getValue()
const;
39 void setValue(
unsigned long long val);
40 bool read(File &file)
override;
41 ByteVector render()
override;
44 unsigned long long value = 0;
A namespace for all TagLib related classes and functions.
Definition apefile.h:41