D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

typedef enum D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE {
  D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE_NORMAL,
  D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE_HALF,
  D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE_CUSTOM
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3d10umddi-d3d11_1ddi_video_processor_output_rate)

D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE enumeration

Description

Specifies the rate at which the video processor produces output frames from an input stream.

Constants

D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE_NORMAL

The output is the normal frame rate.

D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE_HALF

The output is half the frame rate.

D3D11_1DDI_VIDEO_PROCESSOR_OUTPUT_RATE_CUSTOM

The output is a custom frame rate.