D3D11_VIDEO_PROCESSOR_OUTPUT_RATE Enumeration

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
} D3D11_VIDEO_PROCESSOR_OUTPUT_RATE;  

Constants

Constant Description
D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_NORMAL The output is the normal frame rate.
D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_HALF The output is half the frame rate.
D3D11_VIDEO_PROCESSOR_OUTPUT_RATE_CUSTOM The output is a custom frame rate.

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).