Struct lv2_raw::atom::LV2AtomEvent [] [src]

#[repr(C)]
pub struct LV2AtomEvent { pub time_in_frames: i64, pub body: LV2Atom, }

The header of an atom:Event. Note this type is NOT an LV2_Atom.

Fields

RUST_TODO: inconsistent with the C version, see http://lv2plug.in/git/cgit.cgi/lv2.git/tree/lv2/lv2plug in/ns/ext/atom/atom.h Lv2AtomEvent has a union "time", which can be beat or frames. Not implemented.

< Event body atom header.

Methods

impl LV2AtomEvent
[src]