Type Alias PDXVAHDSW_VideoProcessBltHD

pub type PDXVAHDSW_VideoProcessBltHD = Option<unsafe extern "system" fn(hvideoprocessor: HANDLE, poutputsurface: Ref<'_, IDirect3DSurface9>, outputframe: u32, streamcount: u32, pstreams: *const DXVAHD_STREAM_DATA) -> HRESULT>;

Aliased Type§

pub enum PDXVAHDSW_VideoProcessBltHD {
    None,
    Some(unsafe extern "system" fn(HANDLE, Ref<'_, IDirect3DSurface9>, u32, u32, *const DXVAHD_STREAM_DATA) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(HANDLE, Ref<'_, IDirect3DSurface9>, u32, u32, *const DXVAHD_STREAM_DATA) -> HRESULT)

Some value of type T.