Share via


DXVA2_SurfaceType列舉 (dxva2api.h)

描述 DirectX 視訊加速的 DirectX 介面類別型, (DXVA) 。

Syntax

typedef enum __MIDL___MIDL_itf_dxva2api_0000_0006_0001 {
  DXVA2_SurfaceType_DecoderRenderTarget = 0,
  DXVA2_SurfaceType_ProcessorRenderTarget = 1,
  DXVA2_SurfaceType_D3DRenderTargetTexture = 2
} DXVA2_SurfaceType;

常數

 
DXVA2_SurfaceType_DecoderRenderTarget
值: 0
表面是解碼器轉譯目標。
DXVA2_SurfaceType_ProcessorRenderTarget
值: 1
表面是視訊處理器轉譯目標。
DXVA2_SurfaceType_D3DRenderTargetTexture
值: 2
表面是 Direct3D 紋理轉譯目標。

需求

   
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
標頭 dxva2api.h

另請參閱

媒體基礎列舉