Specifies the rate at which the video processor produces output frames from an input stream.
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;
| 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. |
Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).