D3D11_VIDEO_PROCESSOR_OUTPUT_RATE enumeration (d3d11.h)

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

Syntax

typedef enum D3D11_VIDEO_PROCESSOR_OUTPUT_RATE {
  D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_NORMAL = 0,
  D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_HALF = 1,
  D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_CUSTOM = 2
} ;

Constants

 
D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_NORMAL
Value: 0
The output is the normal frame rate.
D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_HALF
Value: 1
The output is half the frame rate.
D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_CUSTOM
Value: 2
The output is a custom frame rate.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Header d3d11.h

See also

Direct3D 11 Video Enumerations

ID3D11VideoContext::VideoProcessorSetStreamOutputRate