LV2
1.0.13
|
The body of an atom:Sequence (a sequence of events). More...
Data Fields | |
uint32_t | unit |
URID of unit of event time stamps. More... | |
uint32_t | pad |
Currently unused. More... | |
The body of an atom:Sequence (a sequence of events).
The unit field is either a URID that described an appropriate time stamp type, or may be 0 where a default stamp type is known. For LV2_Descriptor::run(), the default stamp type is audio frames.
The contents of a sequence is a series of LV2_Atom_Event, each aligned to 64-bits, e.g.:
| Event 1 (size 6) | Event 2 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |FRAMES |SUBFRMS|TYPE |SIZE |DATADATADATAPAD|FRAMES |SUBFRMS|...
uint32_t LV2_Atom_Sequence_Body::unit |
URID of unit of event time stamps.
uint32_t LV2_Atom_Sequence_Body::pad |
Currently unused.