DXVA2_FilterValues 구조체(dxva2api.h)
DXVA(DirectX Video Acceleration) 이미지 필터에 대한 매개 변수를 포함합니다.
구문
typedef struct _DXVA2_FilterValues {
DXVA2_Fixed32 Level;
DXVA2_Fixed32 Threshold;
DXVA2_Fixed32 Radius;
} DXVA2_FilterValues;
멤버
Level
필터 수준입니다.
Threshold
필터 임계값.
Radius
필터 반지름.
요구 사항
지원되는 최소 클라이언트 | Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 [데스크톱 앱만 해당] |
머리글 | dxva2api.h |