// d3d10umddi.h
PFND3D11_1DDI_CHECKVIDEODECODERFORMAT Pfnd3d111DdiCheckvideodecoderformat;
VOID Pfnd3d111DdiCheckvideodecoderformat(
D3D10DDI_HDEVICE unnamedParam1,
const GUID *unnamedParam2,
DXGI_FORMAT unnamedParam3,
BOOL *unnamedParam4
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Determines whether a specified format can be used as a video decoder output format for a specified DirectX Video Acceleration (DXVA) profile.
unnamedParam1hDevice [in]
A handle to the display device (graphics context).
unnamedParam2pDecoderProfile [in]
A pointer to a GUID that identifies the DXVA profile.
unnamedParam3Format [in]
A DXGI_FORMAT value that specifies the output format. Typical values include DXGI_FORMAT_NV12 and DXGI_FORMAT_420_OPAQUE.
unnamedParam4pBool [out]
A BOOL value that, if TRUE, specifies that the specified format can be used for the specified DXVA profile.
This function is not expected to fail.