Type Alias VSFrameDoneCallback

Source
pub type VSFrameDoneCallback = Option<unsafe extern "C" fn(userData: *mut c_void, f: *const VSFrame, n: c_int, node: *mut VSNode, errorMsg: *const c_char)>;

Aliased Type§

pub enum VSFrameDoneCallback {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *const VSFrame, i32, *mut VSNode, *const i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *const VSFrame, i32, *mut VSNode, *const i8))

Some value of type T.