Skip to content

Latest commit

 

History

History
77 lines (58 loc) · 2.49 KB

nc-d3d10umddi-pfnd3d11_1ddi_getvideodecoderbuffertypecount.md

File metadata and controls

77 lines (58 loc) · 2.49 KB
UID title description old-location ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NC:d3d10umddi.PFND3D11_1DDI_GETVIDEODECODERBUFFERTYPECOUNT
PFND3D11_1DDI_GETVIDEODECODERBUFFERTYPECOUNT (d3d10umddi.h)
Queries the number of buffer types that the display miniport driver requires to perform a specified decode operation.
display\getvideodecoderbuffertypecount.htm
05/10/2018
PFND3D11_1DDI_GETVIDEODECODERBUFFERTYPECOUNT callback function
PFND3D11_1DDI_GETVIDEODECODERBUFFERTYPECOUNT, PFND3D11_1DDI_GETVIDEODECODERBUFFERTYPECOUNT callback, d3d10umddi/pfnGetVideoDecoderBufferTypeCount, display.getvideodecoderbuffertypecount, pfnGetVideoDecoderBufferTypeCount, pfnGetVideoDecoderBufferTypeCount callback function [Display Devices]
d3d10umddi.h
D3d10umddi.h
Desktop
Windows 8
Windows Server 2012
Windows
display
PFND3D11_1DDI_GETVIDEODECODERBUFFERTYPECOUNT
d3d10umddi/PFND3D11_1DDI_GETVIDEODECODERBUFFERTYPECOUNT
APIRef
kbSyntax
UserDefined
D3d10umddi.h
PFND3D11_1DDI_GETVIDEODECODERBUFFERTYPECOUNT

PFND3D11_1DDI_GETVIDEODECODERBUFFERTYPECOUNT callback function

-description

Queries the number of buffer types that the display miniport driver requires to perform a specified decode operation.

-parameters

-param unnamedParam1

hDevice [in]

A handle to the display device (graphics context).

-param unnamedParam2

pDecodeDesc [in]

A pointer to a D3D11_1DDI_VIDEO_DECODER_DESC structure that specifies the video decoder operation.

-param unnamedParam3

pBufferTypeCount [out]

A pointer to a UINT value that specifies the maximum number of buffer types that the driver supports for the specified video decoder operation.

-remarks

The Microsoft Direct3D runtime verifies that the pDecodeDesc parameter data is valid before it calls the GetVideoDecoderBufferTypeCount function.

-see-also

D3D11_1DDI_VIDEO_DECODER_DESC