PFND3D11_1DDI_VIDEODECODERENDFRAME callback function (d3d10umddi.h)

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

Syntax

PFND3D11_1DDI_VIDEODECODERENDFRAME Pfnd3d111DdiVideodecoderendframe;

void Pfnd3d111DdiVideodecoderendframe(
  D3D10DDI_HDEVICE unnamedParam1,
  D3D11_1DDI_HDECODE unnamedParam2
)
{...}

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.

Return value

None

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.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Desktop
Header d3d10umddi.h (include D3d10umddi.h)

See also

CreateVideoDecoder

VideoDecoderBeginFrame