PDXVA2SW_GETVIDEOPROCESSORCAPS

Type Alias PDXVA2SW_GETVIDEOPROCESSORCAPS 

pub type PDXVA2SW_GETVIDEOPROCESSORCAPS = Option<unsafe extern "system" fn(pvideodesc: *const DXVA2_VideoDesc, rendertargetformat: D3DFORMAT, pcaps: *mut DXVA2_VideoProcessorCaps) -> HRESULT>;

Aliased Type§

pub enum PDXVA2SW_GETVIDEOPROCESSORCAPS {
    None,
    Some(unsafe extern "system" fn(*const DXVA2_VideoDesc, D3DFORMAT, *mut DXVA2_VideoProcessorCaps) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const DXVA2_VideoDesc, D3DFORMAT, *mut DXVA2_VideoProcessorCaps) -> HRESULT)

Some value of type T.