LV2_Atom_Object_Body

The body of an atom:Object. May be cast to LV2_Atom.

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

Members

Variables

id
uint32_t id;

< URID, or 0 for blank.

otype
uint32_t otype;

< Type URID (same as rdf:type, for fast dispatch).

Meta