DXVA2_Fixed32 結構 (dxva2api.h)
定義 32 位固定點數。
語法
typedef struct _DXVA2_Fixed32 {
union {
struct {
USHORT Fraction;
SHORT Value;
};
LONG ll;
};
} DXVA2_Fixed32;
成員
Fraction
數位的小數部分。
Value
數位的整數部分。
ll
存取整個 32 位的數位。 您可以使用這個成員來比較 DXVA2_Fixed32 值。
備註
若要在浮點數與 DXVA2_Fixed32 值之間轉換,請使用 DXVA2FixedToFloat 和 DXVA2FloatToFixed 函式。
需求
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
標頭 | dxva2api.h |