Commit e09dd6a3 authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include: Add ID3D12VideoMotionEstimator in d3d12video.idl.

parent 15b46d5b
......@@ -458,6 +458,22 @@ typedef struct D3D12_VIDEO_MOTION_ESTIMATOR_DESC
D3D12_VIDEO_SIZE_RANGE SizeRange;
} D3D12_VIDEO_MOTION_ESTIMATOR_DESC;
[
uuid(33fdae0e-098b-428f-87bb-34b695de08f8),
object,
local,
pointer_default(unique)
]
interface ID3D12VideoMotionEstimator : ID3D12Pageable
{
D3D12_VIDEO_MOTION_ESTIMATOR_DESC GetDesc();
HRESULT GetProtectedResourceSession(
[in] REFIID riid,
[out, iid_is(riid)] void **protected_session
);
}
typedef struct D3D12_VIDEO_MOTION_VECTOR_HEAP_DESC
{
UINT NodeMask;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment