ID3D12VideoEncodeCommandList::EstimateMotion メソッド (d3d12video.h)
モーション推定操作を実行します。
構文
void EstimateMotion(
ID3D12VideoMotionEstimator *pMotionEstimator,
const D3D12_VIDEO_MOTION_ESTIMATOR_OUTPUT *pOutputArguments,
const D3D12_VIDEO_MOTION_ESTIMATOR_INPUT *pInputArguments
);
パラメーター
pMotionEstimator
ビデオ モーション推定コンテキスト オブジェクトを表す ID3D12VideoMotionEstimator 。
pOutputArguments
ビデオ モーション推定出力引数を表す D3D12_VIDEO_MOTION_ESTIMATOR_OUTPUT 構造。
pInputArguments
ビデオ モーション推定入力引数を表す D3D12_VIDEO_MOTION_ESTIMATOR_INPUT 構造体。
戻り値
なし
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 10バージョン 2004 (10.0;ビルド 19041) |
サポートされている最小のサーバー | Windows Server バージョン 2004 (10.0;ビルド 19041) |
Header | d3d12video.h |
[DLL] | d3d12.dll |