ID3D11VideoContext::VideoProcessorGetOutputConstriction method
Gets the current level of downsampling that is performed by the video processor.
Syntax
void VideoProcessorGetOutputConstriction( [in] ID3D11VideoProcessor *pVideoProcessor, [out] BOOL *Enabled, [out] SIZE *pSize );
Parameters
- pVideoProcessor [in]
-
A pointer to the ID3D11VideoProcessor interface. To get this pointer, call ID3D11VideoDevice::CreateVideoProcessor.
- Enabled [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.
- pSize [out]
-
If Enabled receives the value TRUE, this parameter receives the downsampling size. Otherwise, this parameter is ignored.
Return value
This method does not return a value.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
See also