LV2
1.0.13
|
The header of an atom:Event. More...
Data Fields | |
union { | |
int64_t frames | |
Time in audio frames. | |
double beats | |
Time in beats. | |
} | time |
LV2_Atom | body |
Event body atom header. | |
The header of an atom:Event.
Note this type is NOT an LV2_Atom.
int64_t LV2_Atom_Event::frames |
Time in audio frames.
double LV2_Atom_Event::beats |
Time in beats.
union { ... } LV2_Atom_Event::time |
LV2_Atom LV2_Atom_Event::body |
Event body atom header.