Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 3.26 KB

nf-d3d11-id3d11videocontext-videoprocessorgetoutputconstriction.md

File metadata and controls

71 lines (58 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.VideoProcessorGetOutputConstriction
ID3D11VideoContext::VideoProcessorGetOutputConstriction (d3d11.h)
Gets the current level of downsampling that is performed by the video processor.
ID3D11VideoContext interface [Media Foundation]
VideoProcessorGetOutputConstriction method
ID3D11VideoContext.VideoProcessorGetOutputConstriction
ID3D11VideoContext::VideoProcessorGetOutputConstriction
VideoProcessorGetOutputConstriction
VideoProcessorGetOutputConstriction method [Media Foundation]
VideoProcessorGetOutputConstriction method [Media Foundation]
ID3D11VideoContext interface
d3d11/ID3D11VideoContext::VideoProcessorGetOutputConstriction
mf.id3d11videocontext_videoprocessorgetoutputconstriction
mf\id3d11videocontext_videoprocessorgetoutputconstriction.htm
mf
40F7D380-C385-4C1C-90E5-E362CA54CD41
12/05/2018
ID3D11VideoContext interface [Media Foundation],VideoProcessorGetOutputConstriction method, ID3D11VideoContext.VideoProcessorGetOutputConstriction, ID3D11VideoContext::VideoProcessorGetOutputConstriction, VideoProcessorGetOutputConstriction, VideoProcessorGetOutputConstriction method [Media Foundation], VideoProcessorGetOutputConstriction method [Media Foundation],ID3D11VideoContext interface, d3d11/ID3D11VideoContext::VideoProcessorGetOutputConstriction, mf.id3d11videocontext_videoprocessorgetoutputconstriction
d3d11.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Windows
19H1
ID3D11VideoContext::VideoProcessorGetOutputConstriction
d3d11/ID3D11VideoContext::VideoProcessorGetOutputConstriction
c++
APIRef
kbSyntax
COM
d3d11.h
ID3D11VideoContext.VideoProcessorGetOutputConstriction

ID3D11VideoContext::VideoProcessorGetOutputConstriction

-description

Gets the current level of downsampling that is performed by the video processor.

-parameters

-param pVideoProcessor [in]

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

-param pEnabled [out]

Receives the value TRUE if downsampling was explicitly enabled using the ID3D11VideoContext::VideoProcessorSetOutputConstriction method. Receives the value FALSE if the downsampling was disabled or was never set.

-param pSize [out]

If Enabled receives the value TRUE, this parameter receives the downsampling size. Otherwise, this parameter is ignored.

-see-also

ID3D11VideoContext