VdpDecoderDestroy

Type Alias VdpDecoderDestroy 

Source
pub type VdpDecoderDestroy = Option<unsafe extern "C" fn(decoder: VdpDecoder) -> VdpStatus>;
Expand description

\brief Destroy a VdpDecoder. \param[in] surface The decoder’s handle. \return VdpStatus The completion status of the operation.

Aliased Type§

pub enum VdpDecoderDestroy {
    None,
    Some(unsafe extern "C" fn(u32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32) -> u32)

Some value of type T.