Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 3.26 KB

nf-d3d11-id3d11videocontext-videoprocessorsetoutputtargetrect.md

File metadata and controls

77 lines (61 loc) · 3.26 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d3d11.ID3D11VideoContext.VideoProcessorSetOutputTargetRect
ID3D11VideoContext::VideoProcessorSetOutputTargetRect (d3d11.h)
Sets the target rectangle for the video processor.
ID3D11VideoContext interface [Media Foundation]
VideoProcessorSetOutputTargetRect method
ID3D11VideoContext.VideoProcessorSetOutputTargetRect
ID3D11VideoContext::VideoProcessorSetOutputTargetRect
VideoProcessorSetOutputTargetRect
VideoProcessorSetOutputTargetRect method [Media Foundation]
VideoProcessorSetOutputTargetRect method [Media Foundation]
ID3D11VideoContext interface
d3d11/ID3D11VideoContext::VideoProcessorSetOutputTargetRect
mf.id3d11videocontext_videoprocessorsetoutputtargetrect
mf\id3d11videocontext_videoprocessorsetoutputtargetrect.htm
mf
D49EED28-E26E-48B5-A050-8EB568A3D31A
12/05/2018
ID3D11VideoContext interface [Media Foundation],VideoProcessorSetOutputTargetRect method, ID3D11VideoContext.VideoProcessorSetOutputTargetRect, ID3D11VideoContext::VideoProcessorSetOutputTargetRect, VideoProcessorSetOutputTargetRect, VideoProcessorSetOutputTargetRect method [Media Foundation], VideoProcessorSetOutputTargetRect method [Media Foundation],ID3D11VideoContext interface, d3d11/ID3D11VideoContext::VideoProcessorSetOutputTargetRect, mf.id3d11videocontext_videoprocessorsetoutputtargetrect
d3d11.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Windows
19H1
ID3D11VideoContext::VideoProcessorSetOutputTargetRect
d3d11/ID3D11VideoContext::VideoProcessorSetOutputTargetRect
c++
APIRef
kbSyntax
COM
d3d11.h
ID3D11VideoContext.VideoProcessorSetOutputTargetRect

ID3D11VideoContext::VideoProcessorSetOutputTargetRect

-description

Sets the target rectangle for the video processor.

-parameters

-param pVideoProcessor [in]

A pointer to the ID3D11VideoProcessor interface. To get this pointer, call ID3D11VideoDevice::CreateVideoProcessor.

-param Enable [in]

Specifies whether to apply the target rectangle.

-param pRect [in]

A pointer to a RECT structure that specifies the target rectangle. If Enable is FALSE, this parameter is ignored.

-remarks

The target rectangle is the area within the destination surface where the output will be drawn. The target rectangle is given in pixel coordinates, relative to the destination surface.

If this method is never called, or if the Enable parameter is FALSE, the video processor writes to the entire destination surface.

-see-also

ID3D11VideoContext