ID3D12VideoDevice1::CreateVideoMotionEstimator メソッド (d3d12video.h)

ビデオ モーション推定操作のコンテキストを維持する ID3D12VideoMotionEstimator を作成します。

構文

HRESULT CreateVideoMotionEstimator(
  const D3D12_VIDEO_MOTION_ESTIMATOR_DESC *pDesc,
  ID3D12ProtectedResourceSession          *pProtectedResourceSession,
  REFIID                                  riid,
  void                                    **ppVideoMotionEstimator
);

パラメーター

pDesc

モーション推定に使用されるパラメーターを記述する D3D12_VIDEO_MOTION_ESTIMATOR_DESC 。 この構造体には、入力フィールドと出力フィールドの両方が含まれます。

pProtectedResourceSession

保護されたリソースへのアクセスを管理するための ID3D12ProtectedResourceSession

riid

ID3D12VideoMotionEstimator インターフェイスのグローバル一意識別子 (GUID)。

ppVideoMotionEstimator

ID3D12VideoMotionEstimator インターフェイスへのポインターを受け取るメモリ ブロックへのポインター。

戻り値

このメソッドは HRESULT を返します。

要件

要件
サポートされている最小のクライアント Windows 10 ビルド 20348
サポートされている最小のサーバー Windows 10 ビルド 20348
Header d3d12video.h
[DLL] d3d12.dll