DXGKARG_GETPOSTCOMPOSITIONCAPS構造体 (d3dkmddi.h)
DxgkDdiGetPostCompositionCaps 関数の引数。
構文
typedef struct _DXGKARG_GETPOSTCOMPOSITIONCAPS {
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
[out] float MaxStretchFactor;
[out] float MaxShrinkFactor;
} DXGKARG_GETPOSTCOMPOSITIONCAPS;
メンバーズ
[in] VidPnSourceId
構成後の機能を照会する VidPn ソースを示します。
[out] MaxStretchFactor
適用できる最大ストレッチ係数を示します。
[out] MaxShrinkFactor
適用できる最大圧縮率を示します。
必要条件
要件 | 価値 |
---|---|
ヘッダー | d3dkmddi.h |