LV2_Atom

The header of an atom:Atom.

version(LV2)
extern (C)
struct LV2_Atom {}

Members

Variables

size
uint32_t size;

< Size in bytes, not including type and size.

type
uint32_t type;

< Type of this atom (mapped URI).

Meta