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§
enum PDXVAHDSW_VideoProcessBltHD {
None,
Some(unsafe extern "system" fn(_: HANDLE, _: Ref<'_, IDirect3DSurface9>, _: u32, _: u32, _: *const DXVAHD_STREAM_DATA) -> HRESULT),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(_: HANDLE, _: Ref<'_, IDirect3DSurface9>, _: u32, _: u32, _: *const DXVAHD_STREAM_DATA) -> HRESULT)
Some value of type T
.