Skip to content

Latest commit

 

History

History
108 lines (86 loc) · 4.04 KB

nf-d3d11-id3d11videocontext-videoprocessorgetstreamoutputrate.md

File metadata and controls

108 lines (86 loc) · 4.04 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.VideoProcessorGetStreamOutputRate
ID3D11VideoContext::VideoProcessorGetStreamOutputRate (d3d11.h)
Gets the rate at which the video processor produces output frames for an input stream.
FALSE
ID3D11VideoContext interface [Media Foundation]
VideoProcessorGetStreamOutputRate method
ID3D11VideoContext.VideoProcessorGetStreamOutputRate
ID3D11VideoContext::VideoProcessorGetStreamOutputRate
TRUE
VideoProcessorGetStreamOutputRate
VideoProcessorGetStreamOutputRate method [Media Foundation]
VideoProcessorGetStreamOutputRate method [Media Foundation]
ID3D11VideoContext interface
d3d11/ID3D11VideoContext::VideoProcessorGetStreamOutputRate
mf.id3d11videocontext_videoprocessorgetstreamoutputrate
mf\id3d11videocontext_videoprocessorgetstreamoutputrate.htm
mf
69AC0713-FE92-4D89-857A-A0037D51B597
12/05/2018
FALSE, ID3D11VideoContext interface [Media Foundation],VideoProcessorGetStreamOutputRate method, ID3D11VideoContext.VideoProcessorGetStreamOutputRate, ID3D11VideoContext::VideoProcessorGetStreamOutputRate, TRUE, VideoProcessorGetStreamOutputRate, VideoProcessorGetStreamOutputRate method [Media Foundation], VideoProcessorGetStreamOutputRate method [Media Foundation],ID3D11VideoContext interface, d3d11/ID3D11VideoContext::VideoProcessorGetStreamOutputRate, mf.id3d11videocontext_videoprocessorgetstreamoutputrate
d3d11.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Windows
19H1
ID3D11VideoContext::VideoProcessorGetStreamOutputRate
d3d11/ID3D11VideoContext::VideoProcessorGetStreamOutputRate
c++
APIRef
kbSyntax
COM
d3d11.h
ID3D11VideoContext.VideoProcessorGetStreamOutputRate

ID3D11VideoContext::VideoProcessorGetStreamOutputRate

-description

Gets the rate at which the video processor produces output frames for an input stream.

-parameters

-param pVideoProcessor [in]

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

-param StreamIndex [in]

The zero-based index of the input stream. To get the maximum number of streams, call ID3D11VideoProcessorEnumerator::GetVideoProcessorCaps and check the MaxStreamStates structure member.

-param pOutputRate [out]

Receives a D3D11_VIDEO_PROCESSOR_OUTPUT_RATE value that specifies the output rate.

-param pRepeatFrame [out]

Receives a Boolean value that specifies how the driver performs frame-rate conversion, if required.

Value Meaning
TRUE
Repeat frames.
FALSE
Interpolate frames.

-param pCustomRate [out]

A pointer to a DXGI_RATIONAL structure. If the output rate is D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_CUSTOM, the method fills in this structure with the exact output rate. Otherwise, this parameter is ignored.

-see-also

ID3D11VideoContext