DXVA2_ProcAmpValues 结构 (dxva2api.h)

包含 DirectX 视频加速 (DXVA) 视频处理操作的值。

语法

typedef struct _DXVA2_ProcAmpValues {
  DXVA2_Fixed32 Brightness;
  DXVA2_Fixed32 Contrast;
  DXVA2_Fixed32 Hue;
  DXVA2_Fixed32 Saturation;
} DXVA2_ProcAmpValues;

成员

Brightness

亮度值。

Contrast

对比度值。

Hue

Hue 值。

Saturation

饱和度值。

要求

   
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
标头 dxva2api.h

请参阅

DXVA2_VideoProcessBltParams

IMFVideoProcessor

媒体基础结构