pub type PNVENCRECONFIGUREENCODER = Option<unsafe extern "C" fn(encoder: *mut c_void, reInitEncodeParams: *mut NV_ENC_RECONFIGURE_PARAMS) -> NVENCSTATUS>;
Aliased Type§
pub enum PNVENCRECONFIGUREENCODER {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut _NV_ENC_RECONFIGURE_PARAMS) -> _NVENCSTATUS),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut c_void, *mut _NV_ENC_RECONFIGURE_PARAMS) -> _NVENCSTATUS)
Some value of type T
.