DXVA2_ValueRange 構造体 (dxva2api.h)
DirectX ビデオ アクセラレーション (DXVA) 操作でサポートされる値の範囲を定義します。
構文
typedef struct _DXVA2_ValueRange {
DXVA2_Fixed32 MinValue;
DXVA2_Fixed32 MaxValue;
DXVA2_Fixed32 DefaultValue;
DXVA2_Fixed32 StepSize;
} DXVA2_ValueRange;
メンバー
MinValue
サポートされている最小値。
MaxValue
サポートされる最大値。
DefaultValue
既定値です。
StepSize
値間の最小増分。
解説
この構造体内のすべての値は、 DXVA2_Fixed32 構造体として指定されます。
要件
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
Header | dxva2api.h |