LV2_Atom_Vector_Body

The body of an atom:Vector.

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

Members

Variables

child_size
uint32_t child_size;

< The size of each element in the vector.

child_type
uint32_t child_type;

< The type of each element in the vector.

Meta