Type Alias windows::Win32::Media::DirectShow::PDXVA2SW_GETVIDEOPROCESSORSUBSTREAMFORMATCOUNT
pub type PDXVA2SW_GETVIDEOPROCESSORSUBSTREAMFORMATCOUNT = Option<unsafe extern "system" fn(pvideodesc: *const DXVA2_VideoDesc, rendertargetformat: D3DFORMAT, pcount: *mut u32) -> HRESULT>;
Aliased Type§
enum PDXVA2SW_GETVIDEOPROCESSORSUBSTREAMFORMATCOUNT {
None,
Some(unsafe extern "system" fn(_: *const DXVA2_VideoDesc, _: D3DFORMAT, _: *mut u32) -> HRESULT),
}