plugGetFileVideoFunc

Type Alias plugGetFileVideoFunc 

Source
pub type plugGetFileVideoFunc = Option<unsafe extern "C" fn(filespec: *mut prFileSpec, frame: csSDK_int32, thePort: PPixHand, bounds: *mut prRect, flags: csSDK_int32) -> csSDK_int32>;

Aliased Type§

pub enum plugGetFileVideoFunc {
    None,
    Some(unsafe extern "C" fn(*mut prFileSpec, i32, *mut *mut PPix, *mut prRect, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut prFileSpec, i32, *mut *mut PPix, *mut prRect, i32) -> i32)

Some value of type T.