pub type aom_ext_part_delete_model_fn_t = Option<unsafe extern "C" fn(ext_part_model: aom_ext_part_model_t) -> aom_ext_part_status_t>;
Expand description

Callback of deleting the external partition model.

The callback is invoked by the encoder to delete the external partition model.

\param[in] ext_part_model The external model

Aliased Type§

enum aom_ext_part_delete_model_fn_t {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void) -> u32)

Some value of type T.