jack_sys

Type Alias TimebaseCallback

Source
pub type TimebaseCallback = Option<unsafe extern "C" fn(state: jack_transport_state_t, nframes: jack_nframes_t, pos: *mut jack_position_t, new_pos: c_int, arg: *mut c_void)>;

Aliased Type§

enum TimebaseCallback {
    None,
    Some(unsafe extern "C" fn(_: u32, _: u32, _: *mut Struct__jack_position, _: i32, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u32, _: u32, _: *mut Struct__jack_position, _: i32, _: *mut c_void))

Some value of type T.