Type Alias windows::Win32::Media::DirectShow::PDXVA2SW_GETVIDEOPROCESSORCAPS
pub type PDXVA2SW_GETVIDEOPROCESSORCAPS = Option<unsafe extern "system" fn(pvideodesc: *const DXVA2_VideoDesc, rendertargetformat: D3DFORMAT, pcaps: *mut DXVA2_VideoProcessorCaps) -> HRESULT>;
Aliased Type§
enum PDXVA2SW_GETVIDEOPROCESSORCAPS {
None,
Some(unsafe extern "system" fn(_: *const DXVA2_VideoDesc, _: D3DFORMAT, _: *mut DXVA2_VideoProcessorCaps) -> HRESULT),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(_: *const DXVA2_VideoDesc, _: D3DFORMAT, _: *mut DXVA2_VideoProcessorCaps) -> HRESULT)
Some value of type T
.