LV2_Atom_Event

The header of an atom:Event. Note this type is NOT an LV2_Atom.

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

Members

Unions

Time
union Time

Time stamp. Which type is valid is determined by context.

Variables

body_
LV2_Atom body_;

< Event body atom header.

time
Time time;
Undocumented in source.

Meta