PFND3D11_1DDI_VIDEODECODERENDFRAME - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

PFND3D11_1DDI_VIDEODECODERENDFRAME Pfnd3d111DdiVideodecoderendframe;

VOID Pfnd3d111DdiVideodecoderendframe(
  D3D10DDI_HDEVICE unnamedParam1,
  D3D11_1DDI_HDECODE unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d10umddi-pfnd3d11_1ddi_videodecoderendframe)

PFND3D11_1DDI_VIDEODECODERENDFRAME callback function

Description

Completes a DirectX Video Acceleration (DXVA) decoding operation for a video frame.

Parameters

unnamedParam1

hDevice [in]

A handle to the display device (graphics context).

unnamedParam2

hDecoder [in]

A handle to the video decoder object that was created through a call to the CreateVideoDecoder function.

Remarks

The VideoDecoderEndFrame completes the decoding operation that was started when the Microsoft Direct3D runtime called VideoDecoderBeginFrame. VideoDecoderEndFrame signals to the driver that all video data has been submitted for the video frame.

See also

CreateVideoDecoder

VideoDecoderBeginFrame