PNVENCENCODEPICTURE

Type Alias PNVENCENCODEPICTURE 

Source
pub type PNVENCENCODEPICTURE = Option<unsafe extern "C" fn(encoder: *mut c_void, encodePicParams: *mut NV_ENC_PIC_PARAMS) -> NVENCSTATUS>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.