PNVENCUNLOCKBITSTREAM

Type Alias PNVENCUNLOCKBITSTREAM 

Source
pub type PNVENCUNLOCKBITSTREAM = Option<unsafe extern "C" fn(encoder: *mut c_void, bitstreamBuffer: NV_ENC_OUTPUT_PTR) -> NVENCSTATUS>;

Aliased Type§

pub enum PNVENCUNLOCKBITSTREAM {
    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.