Skip to content

Latest commit

 

History

History
95 lines (69 loc) · 2.95 KB

ns-d3d11-d3d11_video_processor_content_desc.md

File metadata and controls

95 lines (69 loc) · 2.95 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
NS:d3d11.D3D11_VIDEO_PROCESSOR_CONTENT_DESC
D3D11_VIDEO_PROCESSOR_CONTENT_DESC (d3d11.h)
Describes a video stream for a video processor.
D3D11_VIDEO_PROCESSOR_CONTENT_DESC
D3D11_VIDEO_PROCESSOR_CONTENT_DESC structure [Media Foundation]
d3d11/D3D11_VIDEO_PROCESSOR_CONTENT_DESC
mf.d3d11_video_processor_content_desc
mf\d3d11_video_processor_content_desc.htm
mf
A1649897-B368-4D03-9A08-630C8C59E44A
12/05/2018
D3D11_VIDEO_PROCESSOR_CONTENT_DESC, D3D11_VIDEO_PROCESSOR_CONTENT_DESC structure [Media Foundation], d3d11/D3D11_VIDEO_PROCESSOR_CONTENT_DESC, mf.d3d11_video_processor_content_desc
d3d11.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Windows
D3D11_VIDEO_PROCESSOR_CONTENT_DESC
19H1
D3D11_VIDEO_PROCESSOR_CONTENT_DESC
d3d11/D3D11_VIDEO_PROCESSOR_CONTENT_DESC
c++
APIRef
kbSyntax
HeaderDef
d3d11.h
D3D11_VIDEO_PROCESSOR_CONTENT_DESC

D3D11_VIDEO_PROCESSOR_CONTENT_DESC structure

-description

Describes a video stream for a video processor.

-struct-fields

-field InputFrameFormat

A member of the D3D11_VIDEO_FRAME_FORMAT enumeration that describes how the video stream is interlaced.

-field InputFrameRate

The frame rate of the input video stream, specified as a DXGI_RATIONAL structure.

-field InputWidth

The width of the input frames, in pixels.

-field InputHeight

The height of the input frames, in pixels.

-field OutputFrameRate

The frame rate of the output video stream, specified as a DXGI_RATIONAL structure.

-field OutputWidth

The width of the output frames, in pixels.

-field OutputHeight

The height of the output frames, in pixels.

-field Usage

A member of the D3D11_VIDEO_USAGE enumeration that describes how the video processor will be used. The value indicates the desired trade-off between speed and video quality. The driver uses this flag as a hint when it creates the video processor.

-see-also

Direct3D 11 Video Structures

ID3D11VideoDevice::CreateVideoProcessorEnumerator