共用方式為


DXVA_ProcAmpControlProp列舉 (dxva.h)

DXVA_ProcAmpControlProp列舉可用來判斷必要的 ProcAmp 控件調整。

語法

typedef enum _DXVA_ProcAmpControlProp {
  DXVA_ProcAmp_None,
  DXVA_ProcAmp_Brightness,
  DXVA_ProcAmp_Contrast,
  DXVA_ProcAmp_Hue,
  DXVA_ProcAmp_Saturation
} DXVA_ProcAmpControlProp;

常數

 
DXVA_ProcAmp_None
指定不使用 ProcAmp 屬性。
DXVA_ProcAmp_Brightness
指定使用 ProcAmp 亮度屬性。
DXVA_ProcAmp_Contrast
指定使用 ProcAmp 對比屬性。
DXVA_ProcAmp_Hue
指定使用 ProcAmp hue 屬性。
DXVA_ProcAmp_Saturation
指定使用 ProcAmp 飽和度屬性。

要求

要求 價值
最低支援的用戶端 僅限 DirectX 9.0 和更新版本。
標頭 dxva.h (包括 Dxva.h)

另請參閱

DXVA_ProcAmpControlCaps

DXVA_ProcAmpControlQueryRange