plugGetClipVideoFunc

Type Alias plugGetClipVideoFunc 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.