|
LV2
1.0.13
|
The header of an atom:Event. More...
Data Fields | |
| union { | |
| int64_t frames | |
| Time in audio frames. More... | |
| double beats | |
| Time in beats. More... | |
| } | time |
| Time stamp. More... | |
| LV2_Atom | body |
| Event body atom header. More... | |
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 |
Time stamp.
Which type is valid is determined by context.
| LV2_Atom LV2_Atom_Event::body |
Event body atom header.
1.8.5