PDXVA2SW_GETVIDEOPROCESSORSUBSTREAMFORMATS

Type Alias PDXVA2SW_GETVIDEOPROCESSORSUBSTREAMFORMATS 

pub type PDXVA2SW_GETVIDEOPROCESSORSUBSTREAMFORMATS = Option<unsafe extern "system" fn(pvideodesc: *const DXVA2_VideoDesc, rendertargetformat: D3DFORMAT, count: u32, pformats: *mut D3DFORMAT) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.