LavPullNodeAudioCallback

Type Alias LavPullNodeAudioCallback 

Source
pub type LavPullNodeAudioCallback = Option<unsafe extern "C" fn(nodeHandle: LavHandle, frames: c_int, channels: c_int, buffer: *mut f32, userdata: *mut c_void)>;

Aliased Type§

pub enum LavPullNodeAudioCallback {
    None,
    Some(unsafe extern "C" fn(i32, i32, i32, *mut f32, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, i32, i32, *mut f32, *mut c_void))

Some value of type T.