LV2  1.0.13
Data Fields
LV2_Atom_Sequence_Body Struct Reference

The body of an atom:Sequence (a sequence of events). More...

Data Fields

uint32_t unit
 URID of unit of event time stamps.
 
uint32_t pad
 Currently unused.
 

Detailed Description

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|...

Field Documentation

uint32_t LV2_Atom_Sequence_Body::unit

URID of unit of event time stamps.

uint32_t LV2_Atom_Sequence_Body::pad

Currently unused.


The documentation for this struct was generated from the following file: