다음을 통해 공유


PFND3D11_1DDI_VIDEODECODERENDFRAME 콜백 함수(d3d10umddi.h)

비디오 프레임에 대한 DXVA(DirectX Video Acceleration) 디코딩 작업을 완료합니다.

통사론

PFND3D11_1DDI_VIDEODECODERENDFRAME Pfnd3d111DdiVideodecoderendframe;

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

매개 변수

unnamedParam1

hDevice [in]

디스플레이 디바이스(그래픽 컨텍스트)에 대한 핸들입니다.

unnamedParam2

hDecoder [in]

CreateVideoDecoder 함수를 호출하여 만든 비디오 디코더 개체에 대한 핸들입니다.

반환 값

없음

발언

VideoDecoderEndFrameVideoDecoderBeginFrame이라는 Microsoft Direct3D 런타임이때 시작된 디코딩 작업을 완료합니다. videoDecoderEndFrame 비디오 프레임에 대한 모든 비디오 데이터가 제출되었음을 드라이버에.

요구 사항

요구
지원되는 최소 클라이언트 Windows 8
지원되는 최소 서버 Windows Server 2012
대상 플랫폼 바탕 화면
헤더 d3d10umddi.h(D3d10umddi.h 포함)

참고 항목

CreateVideoDecoder

VideoDecoderBeginFrame