plugGetFileAudioSecondFunc

Type Alias plugGetFileAudioSecondFunc 

Source
pub type plugGetFileAudioSecondFunc = Option<unsafe extern "C" fn(filespec: *mut prFileSpec, num: csSDK_int32, buffer: *mut c_char, flags: c_short, audrate: csSDK_int32, speed: c_short) -> csSDK_int32>;

Aliased Type§

pub enum plugGetFileAudioSecondFunc {
    None,
    Some(unsafe extern "C" fn(*mut prFileSpec, i32, *mut i8, i16, i32, i16) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut prFileSpec, i32, *mut i8, i16, i32, i16) -> i32)

Some value of type T.