IDirectXVideoDecoderService 인터페이스(dxva2api.h)

DXVA(DirectX Video Acceleration) 디코더 서비스에 대한 액세스를 제공합니다. 이 인터페이스를 사용하여 사용할 수 있는 하드웨어 가속 디코딩 작업을 쿼리하고 DXVA 비디오 디코더 디바이스를 만듭니다.

이 인터페이스에 대한 포인터를 얻으려면 인터페이스 식별자 IID_IDirectXVideoDecoderService 사용하여 IDirect3DDeviceManager9::GetVideoService 또는 DXVA2CreateVideoService 를 호출합니다.

상속

IDirectXVideoDecoderService 인터페이스는 IDirectXVideoAccelerationService에서 상속됩니다. IDirectXVideoDecoderService 에는 다음과 같은 유형의 멤버도 있습니다.

메서드

IDirectXVideoDecoderService 인터페이스에는 이러한 메서드가 있습니다.

 
IDirectXVideoDecoderService::CreateVideoDecoder

비디오 디코더 디바이스를 만듭니다.
IDirectXVideoDecoderService::GetDecoderConfigurations

디코더 디바이스에 사용할 수 있는 구성을 가져옵니다.
IDirectXVideoDecoderService::GetDecoderDeviceGuids

그래픽 하드웨어에서 지원하는 디코더 디바이스를 식별하는 GUID 배열을 검색합니다.
IDirectXVideoDecoderService::GetDecoderRenderTargets

지정된 디코더 디바이스에 대해 지원되는 렌더링 대상을 검색합니다.

요구 사항

   
지원되는 최소 클라이언트 Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2008 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 dxva2api.h

추가 정보

DirectX 비디오 가속 2.0

IDirectXVideoAccelerationService

미디어 파운데이션 인터페이스