Type Alias PDXVA2SW_GETPROCAMPRANGE
pub type PDXVA2SW_GETPROCAMPRANGE = Option<unsafe extern "system" fn(pvideodesc: *const DXVA2_VideoDesc, rendertargetformat: D3DFORMAT, procampcap: u32, prange: *mut DXVA2_ValueRange) -> HRESULT>;Aliased Type§
pub enum PDXVA2SW_GETPROCAMPRANGE {
None,
Some(unsafe extern "system" fn(*const DXVA2_VideoDesc, D3DFORMAT, u32, *mut DXVA2_ValueRange) -> HRESULT),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*const DXVA2_VideoDesc, D3DFORMAT, u32, *mut DXVA2_ValueRange) -> HRESULT)
Some value of type T.