// d3d10umddi.h
PFND3D11_1DDI_VIDEODECODEREXTENSION Pfnd3d111DdiVideodecoderextension;
HRESULT Pfnd3d111DdiVideodecoderextension(
D3D10DDI_HDEVICE unnamedParam1,
D3D11_1DDI_HDECODE unnamedParam2,
const D3D11_1DDIARG_VIDEODECODEREXTENSION *unnamedParam3
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Performs an extended function for DirectX Video Acceleration (DXVA) decoding. This method enables extensions to the basic DXVA decoder functionality.
unnamedParam1hDevice [in]
A handle to the display device (graphics context).
unnamedParam2hDecoder [in]
A handle to the video decoder object that was created through a call to the CreateVideoDecoder function.
unnamedParam3pExtension [in]
A pointer to a D3D11_1DDIARG_VIDEODECODEREXTENSION structure that contains data for the extended function.
VideoDecoderExtension returns one of the following values:
| Return code | Description |
|---|---|
| S_OK | The extension was performed successfully. |
| D3DDDIERR_DEVICEREMOVED | The graphics adapter was removed. |
| E_INVALIDARG | Parameters were validated and determined to be incorrect. |
| E_OUTOFMEMORY | Memory was not available to complete the operation. |
D3D11_1DDIARG_VIDEODECODEREXTENSION