共用方式為


PFND3D11_1DDI_VIDEODECODERENDFRAME回呼函式 (d3d10umddi.h)

完成視訊畫面的 DirectX 影片加速 (DXVA) 譯碼作業。

語法

PFND3D11_1DDI_VIDEODECODERENDFRAME Pfnd3d111DdiVideodecoderendframe;

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

參數

unnamedParam1

hDevice [in]

顯示裝置的句柄(圖形內容)。

unnamedParam2

hDecoder [in]

透過呼叫 createVideoDecoder 函式所建立的視訊譯碼器物件的句柄。

傳回值

沒有

言論

VideoDecoderEndFrame 完成 Microsoft Direct3D 運行時間呼叫 VideoDecoderBeginFrame時啟動的譯碼作業。 VideoDecoderEndFrame 向驅動程式發出訊號,表示所有視訊數據都已提交給影片畫面。

要求

要求 價值
最低支援的用戶端 Windows 8
支援的最低伺服器 Windows Server 2012
目標平臺 桌面
標頭 d3d10umddi.h (包括 D3d10umddi.h)

另請參閱

CreateVideoDecoder

VideoDecoderBeginFrame