pub type GstValidateOverrideBufferHandler = Option<unsafe extern "C" fn(_: *mut GstValidateOverride, _: *mut GstValidateMonitor, _: *mut GstBuffer)>;

Aliased Type§

enum GstValidateOverrideBufferHandler {
    None,
    Some(unsafe extern "C" fn(_: *mut GstValidateOverride, _: *mut GstValidateMonitor, _: *mut GstBuffer)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GstValidateOverride, _: *mut GstValidateMonitor, _: *mut GstBuffer))

Some value of type T.