LV2_Atom_Property_Body

The body of an atom:Property (e.g. in an atom:Object).

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

Members

Variables

context
uint32_t context;

< Context URID (may be, and generally is, 0).

key
uint32_t key;

< Key (predicate) (mapped URI).

value
LV2_Atom value;

< Value atom header.

Meta