ardour
Public Attributes | List of all members
LV2_Evbuf_Impl Struct Reference

Public Attributes

LV2_Evbuf_Type type
 
uint32_t capacity
 
uint32_t atom_Chunk
 
uint32_t atom_Sequence
 
union {
   LV2_Event_Buffer   event
 
   LV2_Atom_Sequence   atom
 
buf
 

Detailed Description

Definition at line 26 of file lv2_evbuf.c.

Member Data Documentation

LV2_Atom_Sequence LV2_Evbuf_Impl::atom

Definition at line 33 of file lv2_evbuf.c.

uint32_t LV2_Evbuf_Impl::atom_Chunk

Definition at line 29 of file lv2_evbuf.c.

uint32_t LV2_Evbuf_Impl::atom_Sequence

Definition at line 30 of file lv2_evbuf.c.

union { ... } LV2_Evbuf_Impl::buf
uint32_t LV2_Evbuf_Impl::capacity

Definition at line 28 of file lv2_evbuf.c.

LV2_Event_Buffer LV2_Evbuf_Impl::event

Definition at line 32 of file lv2_evbuf.c.

LV2_Evbuf_Type LV2_Evbuf_Impl::type

Definition at line 27 of file lv2_evbuf.c.


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