pub type PDXVA2SW_GETFILTERPROPERTYRANGE = Option<unsafe extern "system" fn(pvideodesc: *const DXVA2_VideoDesc, rendertargetformat: D3DFORMAT, filtersetting: u32, prange: *mut DXVA2_ValueRange) -> HRESULT>;

Aliased Type§

enum PDXVA2SW_GETFILTERPROPERTYRANGE {
    None,
    Some(unsafe extern "system" fn(_: *const DXVA2_VideoDesc, _: D3DFORMAT, _: u32, _: *mut DXVA2_ValueRange) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const DXVA2_VideoDesc, _: D3DFORMAT, _: u32, _: *mut DXVA2_ValueRange) -> HRESULT)

Some value of type T.