LV2_Atom_Event.Time

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

struct LV2_Atom_Event
union Time {}

Members

Variables

beats
double beats;

< Time in beats.

frames
int64_t frames;

Time stamp. Which type is valid is determined by context. *//**< Time in audio frames.

Meta