PNVENCUNMAPINPUTRESOURCE

Type Alias PNVENCUNMAPINPUTRESOURCE 

Source
pub type PNVENCUNMAPINPUTRESOURCE = Option<unsafe extern "C" fn(encoder: *mut c_void, mappedInputBuffer: NV_ENC_INPUT_PTR) -> NVENCSTATUS>;

Aliased Type§

pub enum PNVENCUNMAPINPUTRESOURCE {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut c_void) -> _NVENCSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut c_void) -> _NVENCSTATUS)

Some value of type T.